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

LogoutAsync() public method

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

Same methods

AgentServiceService::LogoutAsync ( int AgentLogin, int ReasonCode, object userState ) : void
AgentServiceService