/// <remarks/>
 public void editAccessRightsAsync(authentication authentication, accessRightsInformation accessRightsInformation, bool applyToChildren, bool applyToChildrenSpecified)
 {
     this.editAccessRightsAsync(authentication, accessRightsInformation, applyToChildren, applyToChildrenSpecified, null);
 }
 /// <remarks/>
 public void editAccessRightsAsync(authentication authentication, accessRightsInformation accessRightsInformation, bool applyToChildren, bool applyToChildrenSpecified, object userState)
 {
     if ((this.editAccessRightsOperationCompleted == null))
     {
         this.editAccessRightsOperationCompleted = new System.Threading.SendOrPostCallback(this.OneditAccessRightsOperationCompleted);
     }
     this.InvokeAsync("editAccessRights", new object[] {
                 authentication,
                 accessRightsInformation,
                 applyToChildren,
                 applyToChildrenSpecified}, this.editAccessRightsOperationCompleted, userState);
 }
 public operationResult editAccessRights(authentication authentication, accessRightsInformation accessRightsInformation, bool applyToChildren, [System.Xml.Serialization.XmlIgnoreAttribute()] bool applyToChildrenSpecified)
 {
     object[] results = this.Invoke("editAccessRights", new object[] {
                 authentication,
                 accessRightsInformation,
                 applyToChildren,
                 applyToChildrenSpecified});
     return ((operationResult)(results[0]));
 }