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

StartSessionAsync() public method

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

Same methods

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