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

AnswerCallAsync() public method

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

Same methods

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