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

ContactCallAsync() public method

public ContactCallAsync ( int AgentLogin ) : void
AgentLogin int
return void
        public void ContactCallAsync(int AgentLogin) {
            this.ContactCallAsync(AgentLogin, null);
        }
        

Same methods

AgentServiceService::ContactCallAsync ( int AgentLogin, object userState ) : void
AgentServiceService