Method | Description | |
---|---|---|
BeginProcessRequest ( |
||
EndProcessRequest ( IAsyncResult result ) : void | ||
ProcessRequest ( |
Method | Description | |
---|---|---|
AsyncMethod ( |
protected AsyncMethod ( |
||
context | ||
return | System.Threading.Tasks.Task |
public BeginProcessRequest ( |
||
context | ||
cb | AsyncCallback | |
extraData | object | |
return | IAsyncResult |
public EndProcessRequest ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public ProcessRequest ( |
||
context | ||
return | void |