메소드 | 설명 | |
---|---|---|
BeginProcessRequest ( |
||
BeginProcessRequest ( System.Web.HttpContextBase context, AsyncCallback callback, object asyncState ) : IAsyncResult | ||
EndProcessRequest ( IAsyncResult result ) : void | ||
ProcessRequest ( |
메소드 | 설명 | |
---|---|---|
GetMessageBus ( ) : IMessageBus |
public BeginProcessRequest ( |
||
context | ||
callback | AsyncCallback | |
asyncState | object | |
리턴 | IAsyncResult |
public BeginProcessRequest ( System.Web.HttpContextBase context, AsyncCallback callback, object asyncState ) : IAsyncResult | ||
context | System.Web.HttpContextBase | |
callback | AsyncCallback | |
asyncState | object | |
리턴 | IAsyncResult |
public EndProcessRequest ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
리턴 | void |
public ProcessRequest ( |
||
context | ||
리턴 | void |