Auto.Server.LoginNotifyDelegate.NotifyLogicServerWorking C# (CSharp) Метод

NotifyLogicServerWorking() публичный Метод

public NotifyLogicServerWorking ( String districts ) : void
districts String
Результат void
        public void NotifyLogicServerWorking(String districts)
        {
            serviceDelegateStub.Notify(MethodId.NotifyLogicServerWorking, null, districts);
        }
    }