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

ClearCallAsync() public method

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

Same methods

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