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

GetSessionInfoAsync() public method

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

Same methods

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