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

Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
BuildAsyncBeginArgumentsList ( ) : object[]
BuildAsyncEndArgumentsList ( ) : object[]

Method Details

AsyncWcfCallContext() public méthode

public AsyncWcfCallContext ( AsyncCallback callback, object state, AsyncType asyncType, object defaultReturn ) : System
callback AsyncCallback
state object
asyncType AsyncType
defaultReturn object
Résultat System

CreateBeginMessage() public méthode

public CreateBeginMessage ( ) : MethodCallMessage
Résultat Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

CreateEndMessage() public méthode

public CreateEndMessage ( ) : MethodCallMessage
Résultat Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

Init() public méthode

public Init ( MethodInfo method, object arguments ) : void
method System.Reflection.MethodInfo
arguments object
Résultat void

PostProcess() public méthode

public PostProcess ( IMethodReturnMessage message ) : object
message IMethodReturnMessage
Résultat object