Пример #1
0
 public int GetCurrentAgentOutboundContact(int AgentLogin, out TWSAgentContactOutbound OutboundContact) {
     object[] results = this.Invoke("GetCurrentAgentOutboundContact", new object[] {
                 AgentLogin});
     OutboundContact = ((TWSAgentContactOutbound)(results[1]));
     return ((int)(results[0]));
 }