public RecordStopAction(string url, params CustomParam[] customParams)
 {
     properties = new RecordStopActionProperties();
     url = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }
Esempio n. 2
0
 public RecordStopAction(string url, params CustomParam[] customParams)
 {
     properties     = new RecordStopActionProperties();
     url            = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }