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

GetStopReasonsInfoAsync() public method

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

Same methods

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