ShootBlues.Script.JabberGateway.Send C# (CSharp) 메소드

Send() 공개 메소드

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