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

WaitForEventAsync() public method

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

Same methods

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