C# 클래스 Examples.ControlClientSubscriptionControlRouting

This demonstrates using a control client to be notified of subscription requests to routing topics. This uses the ISubscriptionControl feature.
파일 보기 프로젝트 열기: pushtechnology/diffusion-examples

공개 메소드들

메소드 설명
Close ( ) : void

Close the session.

ControlClientSubscriptionControlRouting ( ISubscriptionCallback routingCallback ) : PushTechnology.ClientInterface.Client.Factories

Constructor.

메소드 상세

Close() 공개 메소드

Close the session.
public Close ( ) : void
리턴 void

ControlClientSubscriptionControlRouting() 공개 메소드

Constructor.
public ControlClientSubscriptionControlRouting ( ISubscriptionCallback routingCallback ) : PushTechnology.ClientInterface.Client.Factories
routingCallback ISubscriptionCallback The callback for routing subscription requests.
리턴 PushTechnology.ClientInterface.Client.Factories