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

GetServerNameAsync() public method

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

Same methods

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