Ejemplo n.º 1
0
 /// <remarks/>
 public void getGroupsProtectingHostURLAsync(GetGroupsProtectingHostURLParameters getGroupsProtectingHostURL1, object userState) {
     if ((this.getGroupsProtectingHostURLOperationCompleted == null)) {
         this.getGroupsProtectingHostURLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetGroupsProtectingHostURLOperationCompleted);
     }
     this.InvokeAsync("getGroupsProtectingHostURL", new object[] {
                 getGroupsProtectingHostURL1}, this.getGroupsProtectingHostURLOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getGroupsProtectingHostURLAsync(GetGroupsProtectingHostURLParameters getGroupsProtectingHostURL1) {
     this.getGroupsProtectingHostURLAsync(getGroupsProtectingHostURL1, null);
 }