AgentWebServiceSample.PcoAgentWS.AgentServiceService.ContactCall C# (CSharp) Method

ContactCall() private method

private ContactCall ( int AgentLogin ) : int
AgentLogin int
return int
        public int ContactCall(int AgentLogin) {
            object[] results = this.Invoke("ContactCall", new object[] {
                        AgentLogin});
            return ((int)(results[0]));
        }
        
AgentServiceService