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

GetEventAsync() public method

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

Same methods

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