Auto.Server.WatcherServiceNotifyDelegate.NotifyWatchingMaster C# (CSharp) Method

NotifyWatchingMaster() public method

public NotifyWatchingMaster ( Byte srcUuid, String masterAddr ) : void
srcUuid Byte
masterAddr String
return void
        public void NotifyWatchingMaster(Byte[] srcUuid, String masterAddr)
        {
            serviceDelegateStub.Notify(MethodId.NotifyWatchingMaster, null, srcUuid, masterAddr);
        }