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

GetAgentNameAsync() public method

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

Same methods

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