Méthode | Description | |
---|---|---|
AsyncPublishOperation ( |
Initializes a new instance of the AsyncPublishOperation class.
|
|
CompletePublish ( object calldata ) : void |
Schedules a thread to complete the request.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
public AsyncPublishOperation ( |
||
context | The context. | |
request | IEndpointIncomingRequest | The request. |
server | The server. | |
Résultat | System |
public CompletePublish ( object calldata ) : void | ||
calldata | object | The data that is used to complete the operation |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |