EasyUA Reference
AsyncResultBase Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : AsyncResultBase Class

Glossary Item Box

The following tables list the members exposed by AsyncResultBase.

Public Constructors

 NameDescription
Public ConstructorAsyncResultBase ConstructorInitializes a new instance of the AsyncResultBase class.  
Top

Public Properties

 NameDescription
Public PropertyAsyncState Gets a user-defined object that qualifies or contains information about an asynchronous operation.  
Public PropertyAsyncWaitHandleGets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.  
Public PropertyCompletedSynchronously Gets a value that indicates whether the asynchronous operation completed synchronously.  
Public PropertyException An exception that occured during processing.  
Public PropertyInnerResult An object used to synchronize access to the result object.  
Public PropertyIsCompleted Gets a value that indicates whether the asynchronous operation has completed.  
Public PropertyLock An object used to synchronize access to the result object.  
Top

Public Methods

 NameDescription
Public MethodDispose Frees any unmanaged resources.  
Public MethodOperationCompleted Called to invoke the callback after the asynchronous operation completes.  
Public Methodstatic (Shared in Visual Basic)WaitForCompleteOverloaded.  Waits for the operation to complete.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.