ComponentPro UltimateSftp

ExtendedAsyncCompletedEventArgs<TResult> Class Members

See AlsoPropertyMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
The following tables list the members exposed by ExtendedAsyncCompletedEventArgs<TResult>.

Public Properties

NameDescription
Public PropertiesCancelledGets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs)
Public PropertiesErrorGets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs)
Public PropertiesResultGets the asynchronous operation result.
Public PropertiesUserStateGets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs)
Top

See Also