Exemplo n.º 1
0
 /// <summary>
 /// A basic delete ARDemographic example
 /// </summary>
 public void Delete(string orgCode, string account)
 {
     APIUtil.AwaitDeleteARDemographic(USISDKClient, orgCode, account).Wait(); //Only error responses are returned from Delete calls --.Wait() allows errors to catch properly here.
 }