C# 클래스 SocketIOClient.Eventing.RegistrationManager

상속: IDisposable
파일 보기 프로젝트 열기: ase-lab/SoD_Sensor_v2 1 사용 예제들

공개 메소드들

메소드 설명
AddCallBack ( IMessage message ) : void
AddCallBack ( int ackId, Action callback ) : void
AddOnEvent ( string eventName, Action callback ) : void
AddOnEvent ( string eventName, string endPoint, Action callback ) : void
Dispose ( ) : void
InvokeCallBack ( int ackId, JsonEncodedEventMessage value ) : void
InvokeCallBack ( int ackId, string value ) : void
InvokeOnEvent ( IMessage value ) : bool

If eventName is found, Executes Action delegateT asynchronously

RegistrationManager ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AddCallBack() 공개 메소드

public AddCallBack ( IMessage message ) : void
message IMessage
리턴 void

AddCallBack() 공개 메소드

public AddCallBack ( int ackId, Action callback ) : void
ackId int
callback Action
리턴 void

AddOnEvent() 공개 메소드

public AddOnEvent ( string eventName, Action callback ) : void
eventName string
callback Action
리턴 void

AddOnEvent() 공개 메소드

public AddOnEvent ( string eventName, string endPoint, Action callback ) : void
eventName string
endPoint string
callback Action
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InvokeCallBack() 공개 메소드

public InvokeCallBack ( int ackId, JsonEncodedEventMessage value ) : void
ackId int
value JsonEncodedEventMessage
리턴 void

InvokeCallBack() 공개 메소드

public InvokeCallBack ( int ackId, string value ) : void
ackId int
value string
리턴 void

InvokeOnEvent() 공개 메소드

If eventName is found, Executes Action delegateT asynchronously
public InvokeOnEvent ( IMessage value ) : bool
value IMessage
리턴 bool

RegistrationManager() 공개 메소드

public RegistrationManager ( ) : System
리턴 System