DataAsyncCommandEvents Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the DataAsyncCommandEvents class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DataAsyncCommandEvents() | Instantiates a new instance of the DataAsyncCommandEvents class. | |
DataAsyncCommandEvents(DataAsyncCommandStartEventHandler, DataAsyncCommandFailureEventHandler, DataAsyncCommandCancelEventHandler, DataAsyncCommandEndEventHandler) | Initializes a new instance of the DataAsyncCommandEvents class with the specified delegates. | |
DataAsyncCommandEvents(DataAsyncCommandStartEventHandler, DataAsyncCommandFailureEventHandler, DataAsyncCommandFetchEventHandler, DataAsyncCommandFetchEventHandler, DataAsyncCommandCancelEventHandler, DataAsyncCommandEndEventHandler) | Initializes a new instance of the DataAsyncCommandEvents class with the specified delegates. |
Top