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

RecordOnDemandStartAsync() public method

public RecordOnDemandStartAsync ( int AgentLogin, string AppData ) : void
AgentLogin int
AppData string
return void
        public void RecordOnDemandStartAsync(int AgentLogin, string AppData) {
            this.RecordOnDemandStartAsync(AgentLogin, AppData, null);
        }
        

Same methods

AgentServiceService::RecordOnDemandStartAsync ( int AgentLogin, string AppData, object userState ) : void
AgentServiceService