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

GetLogoutReasonsInfoAsync() public method

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

Same methods

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