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

GetValidQCodesCountAsync() public method

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

Same methods

AgentServiceService::GetValidQCodesCountAsync ( int AgentLogin, int ServiceID, int Group, object userState ) : void
AgentServiceService