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

ClearAllCallsAsync() public method

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

Same methods

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