Auto.Server.LoginNotifyDispatcher.Dispatch C# (CSharp) Метод

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

public Dispatch ( IRpcImplInstnce impl, RpcMethod method, ServiceImplementStub cont ) : void
impl IRpcImplInstnce
method RPCBase.RpcMethod
cont ServiceImplementStub
Результат void
        public void Dispatch(IRpcImplInstnce impl, RpcMethod method, ServiceImplementStub.SendResult cont)
        {
            switch (method.MethodId)
            {
            case 1:
                ((ILoginNotifyImpl)impl).NotifyLogicServerWorking((String)(method.Args[0]));
                break;
            }
        }
    }
LoginNotifyDispatcher