C# 클래스 Castle.Facilities.WcfIntegration.Async.AsyncWcfCallContext

파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
AsyncWcfCallContext ( AsyncCallback callback, object state, AsyncType asyncType, object defaultReturn ) : System
CreateBeginMessage ( ) : MethodCallMessage
CreateEndMessage ( ) : MethodCallMessage
Init ( MethodInfo method, object arguments ) : void
PostProcess ( IMethodReturnMessage message ) : object

비공개 메소드들

메소드 설명
BuildAsyncBeginArgumentsList ( ) : object[]
BuildAsyncEndArgumentsList ( ) : object[]

메소드 상세

AsyncWcfCallContext() 공개 메소드

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

CreateBeginMessage() 공개 메소드

public CreateBeginMessage ( ) : MethodCallMessage
리턴 Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

CreateEndMessage() 공개 메소드

public CreateEndMessage ( ) : MethodCallMessage
리턴 Castle.Facilities.WcfIntegration.Proxy.MethodCallMessage

Init() 공개 메소드

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

PostProcess() 공개 메소드

public PostProcess ( IMethodReturnMessage message ) : object
message IMethodReturnMessage
리턴 object