C# Class Auto.Server.WatcherServiceNotifyDelegate

Show file Open project: fingerpasswang/Phial.Fantasy Class Usage Examples

Public Methods

Method Description
NotifyInstanceSubjectiveDown ( Byte srcUuid, String addr ) : void
NotifyWatchingMaster ( Byte srcUuid, String masterAddr ) : void
WatcherServiceNotifyDelegate ( IDataSender dataSender ) : System

Method Details

NotifyInstanceSubjectiveDown() public method

public NotifyInstanceSubjectiveDown ( Byte srcUuid, String addr ) : void
srcUuid Byte
addr String
return void

NotifyWatchingMaster() public method

public NotifyWatchingMaster ( Byte srcUuid, String masterAddr ) : void
srcUuid Byte
masterAddr String
return void

WatcherServiceNotifyDelegate() public method

public WatcherServiceNotifyDelegate ( IDataSender dataSender ) : System
dataSender IDataSender
return System