ShootBlues.Script.JabberGateway.Send C# (CSharp) Méthode

Send() public méthode

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