コード例 #1
0
 /// <remarks/>
 public void createVersionAsync(Predicate items, NamedValue[] comments, bool versionChildren, object userState) {
     if ((this.createVersionOperationCompleted == null)) {
         this.createVersionOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateVersionOperationCompleted);
     }
     this.InvokeAsync("createVersion", new object[] {
                 items,
                 comments,
                 versionChildren}, this.createVersionOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void createVersionAsync(Predicate items, NamedValue[] comments, bool versionChildren) {
     this.createVersionAsync(items, comments, versionChildren, null);
 }
コード例 #3
0
 /// <remarks/>
 public void checkinExternalAsync(Reference items, NamedValue[] comments, bool keepCheckedOut, ContentFormat format, byte[] content, object userState) {
     if ((this.checkinExternalOperationCompleted == null)) {
         this.checkinExternalOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckinExternalOperationCompleted);
     }
     this.InvokeAsync("checkinExternal", new object[] {
                 items,
                 comments,
                 keepCheckedOut,
                 format,
                 content}, this.checkinExternalOperationCompleted, userState);
 }
コード例 #4
0
 /// <remarks/>
 public void checkinExternalAsync(Reference items, NamedValue[] comments, bool keepCheckedOut, ContentFormat format, byte[] content) {
     this.checkinExternalAsync(items, comments, keepCheckedOut, format, content, null);
 }
コード例 #5
0
 /// <remarks/>
 public void checkinAsync(Predicate items, NamedValue[] comments, bool keepCheckedOut, object userState) {
     if ((this.checkinOperationCompleted == null)) {
         this.checkinOperationCompleted = new System.Threading.SendOrPostCallback(this.OncheckinOperationCompleted);
     }
     this.InvokeAsync("checkin", new object[] {
                 items,
                 comments,
                 keepCheckedOut}, this.checkinOperationCompleted, userState);
 }
コード例 #6
0
 /// <remarks/>
 public void checkinAsync(Predicate items, NamedValue[] comments, bool keepCheckedOut) {
     this.checkinAsync(items, comments, keepCheckedOut, null);
 }