Akka.Interfaced.SlimSocket.Server.GatewayRef.IGateway_NoReply C# (CSharp) Method

IGateway_NoReply() private method

private IGateway_NoReply ( bool stopListenOnly ) : void
stopListenOnly bool
return 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