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

RecordOnDemandStopAsync() public method

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

Same methods

AgentServiceService::RecordOnDemandStopAsync ( int AgentLogin, int RecordId, object userState ) : void
AgentServiceService