C# 클래스 QuickDotNetCheck.Examples.BroadCaster.SimpleModel.Broadcaster

상속: IBroadcaster
파일 보기 프로젝트 열기: kilfour/QuickDotNetCheck

공개 메소드들

메소드 설명
Broadcast ( Notification notification ) : void
Broadcaster ( IClientProxyFactory clientProxyFactory ) : System
Register ( ) : void

비공개 메소드들

메소드 설명
AddClientToRegisteredClients ( IClientProxy client ) : void
Client_Faulted ( object sender, EventArgs e ) : void
RemoveClientFromRegisteredClients ( IClientProxy client ) : void

메소드 상세

Broadcast() 공개 메소드

public Broadcast ( Notification notification ) : void
notification Notification
리턴 void

Broadcaster() 공개 메소드

public Broadcaster ( IClientProxyFactory clientProxyFactory ) : System
clientProxyFactory IClientProxyFactory
리턴 System

Register() 공개 메소드

public Register ( ) : void
리턴 void