Property | Type | Description | |
---|---|---|---|
Callback | AsyncCallback | ||
Context | |||
Positive | bool |
Method | Description | |
---|---|---|
CometAsyncResult ( ) : System |
Default constructor. Can be used when request completed synchronously. In this case must set CompletedSynchronously to true.
|
|
CometAsyncResult ( |
Initializes a new instance of the CometAsyncResult class.
|
public CometAsyncResult ( |
||
context | The context. | |
asyncCallback | AsyncCallback | The async callback. |
accountId | int | The account id. |
dataId | int | The data id. |
return | System |