コード例 #1
0
ファイル: Reference.cs プロジェクト: nuxleus/Nuxleus.Extf
 /// <remarks/>
 public void RemoveGrantAsync(RemoveGrantRequest RemoveGrant1, object userState) {
     if ((this.RemoveGrantOperationCompleted == null)) {
         this.RemoveGrantOperationCompleted = new SendOrPostCallback(this.OnRemoveGrantOperationCompleted);
     }
     this.InvokeAsync("RemoveGrant", new object[] {
                 RemoveGrant1}, this.RemoveGrantOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: nuxleus/Nuxleus.Extf
 /// <remarks/>
 public void RemoveGrantAsync(RemoveGrantRequest RemoveGrant1) {
     this.RemoveGrantAsync(RemoveGrant1, null);
 }