예제 #1
0
 public int CreateOrUpdateAccountLicense(string ticket, TransitAccountLicense license)
 {
     object[] results = this.Invoke("CreateOrUpdateAccountLicense", new object[] {
         ticket,
         license
     });
     return((int)(results[0]));
 }
예제 #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountLicenseAsync(string ticket, TransitAccountLicense license, object userState)
 {
     if ((this.CreateOrUpdateAccountLicenseOperationCompleted == null))
     {
         this.CreateOrUpdateAccountLicenseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountLicenseOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountLicense", new object[] {
         ticket,
         license
     }, this.CreateOrUpdateAccountLicenseOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void CreateOrUpdateAccountLicenseAsync(string ticket, TransitAccountLicense license)
 {
     this.CreateOrUpdateAccountLicenseAsync(ticket, license, null);
 }
예제 #4
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void CreateOrUpdateAccountLicenseAsync(string ticket, TransitAccountLicense license, object userState) {
     if ((this.CreateOrUpdateAccountLicenseOperationCompleted == null)) {
         this.CreateOrUpdateAccountLicenseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountLicenseOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountLicense", new object[] {
                 ticket,
                 license}, this.CreateOrUpdateAccountLicenseOperationCompleted, userState);
 }
예제 #5
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void CreateOrUpdateAccountLicenseAsync(string ticket, TransitAccountLicense license) {
     this.CreateOrUpdateAccountLicenseAsync(ticket, license, null);
 }
예제 #6
0
파일: Reference.cs 프로젝트: dblock/sncore
 public int CreateOrUpdateAccountLicense(string ticket, TransitAccountLicense license) {
     object[] results = this.Invoke("CreateOrUpdateAccountLicense", new object[] {
                 ticket,
                 license});
     return ((int)(results[0]));
 }