ShootBlues.Script.JabberGateway.Send C# (CSharp) Method

Send() public method

public Send ( ProcessInfo process, string endpointName, string text ) : void
process ProcessInfo
endpointName string
text string
return void
        public void Send(ProcessInfo process, string endpointName, string text)
        {
            GetQueue(endpointName).Enqueue(text);
        }