C# Class Castle.Facilities.WcfIntegration.Async.AsyncWcfCallContext

Show file Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
AsyncWcfCallContext ( AsyncCallback callback, object state, AsyncType asyncType, object defaultReturn ) : System
CreateBeginMessage ( ) : MethodCallMessage
CreateEndMessage ( ) : MethodCallMessage
Init ( MethodInfo method, object arguments ) : void
PostProcess ( IMethodReturnMessage message ) : object

Private Methods

Method Description
BuildAsyncBeginArgumentsList ( ) : object[]
BuildAsyncEndArgumentsList ( ) : object[]

Method Details

AsyncWcfCallContext() public method

public AsyncWcfCallContext ( AsyncCallback callback, object state, AsyncType asyncType, object defaultReturn ) : System
callback AsyncCallback
state object
asyncType AsyncType
defaultReturn object
return System

CreateBeginMessage() public method

public CreateBeginMessage ( ) : MethodCallMessage
return Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

CreateEndMessage() public method

public CreateEndMessage ( ) : MethodCallMessage
return Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

Init() public method

public Init ( MethodInfo method, object arguments ) : void
method System.Reflection.MethodInfo
arguments object
return void

PostProcess() public method

public PostProcess ( IMethodReturnMessage message ) : object
message IMethodReturnMessage
return object