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

MakeCallAsync() public method

public MakeCallAsync ( int AgentLogin, string Phone ) : void
AgentLogin int
Phone string
return void
        public void MakeCallAsync(int AgentLogin, string Phone) {
            this.MakeCallAsync(AgentLogin, Phone, null);
        }
        

Same methods

AgentServiceService::MakeCallAsync ( int AgentLogin, string Phone, object userState ) : void
AgentServiceService