Akka.Interfaced.SlimSocket.Server.GatewayRef.IGateway_NoReply C# (CSharp) Méthode

IGateway_NoReply() private méthode

private IGateway_NoReply ( bool stopListenOnly ) : void
stopListenOnly bool
Résultat void
        void IGateway_NoReply.Stop(bool stopListenOnly)
        {
            var requestMessage = new RequestMessage {
                InvokePayload = new IGateway_PayloadTable.Stop_Invoke { stopListenOnly = stopListenOnly }
            };
            SendRequest(requestMessage);
        }
    }

Same methods

GatewayRef::IGateway_NoReply ( ) : void