C# Class WatcherService.WatcherServiceImpl

Inheritance: IWatcherServiceNotifyImpl
Show file Open project: fingerpasswang/Phial.Fantasy

Public Methods

Method Description
NotifyInstanceSubjectiveDown ( byte srcUuid, string addr ) : System.Threading.Tasks.Task
NotifyWatchingMaster ( byte srcUuid, string masterAddr ) : System.Threading.Tasks.Task
SetSourceUuid ( byte srcUuid ) : IRpcImplInstnce

Method Details

NotifyInstanceSubjectiveDown() public method

public NotifyInstanceSubjectiveDown ( byte srcUuid, string addr ) : System.Threading.Tasks.Task
srcUuid byte
addr string
return System.Threading.Tasks.Task

NotifyWatchingMaster() public method

public NotifyWatchingMaster ( byte srcUuid, string masterAddr ) : System.Threading.Tasks.Task
srcUuid byte
masterAddr string
return System.Threading.Tasks.Task

SetSourceUuid() public method

public SetSourceUuid ( byte srcUuid ) : IRpcImplInstnce
srcUuid byte
return IRpcImplInstnce