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

GetUnreachableQCodesInfoAsync() public method

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

Same methods

AgentServiceService::GetUnreachableQCodesInfoAsync ( int AgentLogin, int ServiceID, object userState ) : void
AgentServiceService