コード例 #1
0
 /// <summary>
 /// A basic delete example
 /// </summary>
 public void Delete(string OrgCode, string accountCode, string affiliationCode)
 {
     APIUtil.AwaitDeleteAccountAffiliation(USISDKClient, OrgCode, accountCode, affiliationCode).Wait(); //Only error responses are returned from Delete calls --.Wait() allows errors to catch properly here.
 }