C# 클래스 Org.IdentityConnectors.Framework.Impl.Api.DelegatingTimeoutProxy

Delegating timeout proxy that selects the appropriate timeout handler depending on the method.
상속: InvocationHandler
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NO_TIMEOUT int

공개 메소드들

메소드 설명
DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System

Create a new MethodTimeoutProxy.

Invoke ( object proxy, MethodInfo method, object args ) : Object

비공개 메소드들

메소드 설명
IsStreamHandlerMethod ( MethodInfo method ) : bool

메소드 상세

DelegatingTimeoutProxy() 공개 메소드

Create a new MethodTimeoutProxy.
public DelegatingTimeoutProxy ( object target, int timeoutMillis, int bufferSize ) : System
target object /// The object we are wrapping
timeoutMillis int
bufferSize int
리턴 System

Invoke() 공개 메소드

public Invoke ( object proxy, MethodInfo method, object args ) : Object
proxy object
method System.Reflection.MethodInfo
args object
리턴 Object

프로퍼티 상세

NO_TIMEOUT 공개적으로 정적으로 프로퍼티

Default timeout for all operations.
public static int NO_TIMEOUT
리턴 int