Пример #1
0
        /// <summary>
        /// <see cref="IMediaStorage.EndGenerationDICOMDIR"/>
        /// </summary>
        public bool EndGenerationDICOMDIR(
            IAsyncResult ar)
        {
            // Retrieve the delegate.
            AsyncDICOMDIRGenerationDelegate dlgt = (AsyncDICOMDIRGenerationDelegate)ar.AsyncState;

            // Call EndInvoke to retrieve the results.
            bool retValue = dlgt.EndInvoke(ar);

            return(retValue);
        }