Exemplo n.º 1
0
 /// <remarks/>
 public void Contact_SecureZoneListUpdateInsertAsync(string username, string password, int siteId, string emailaddress, SecureZone[] securezoneList) {
     this.Contact_SecureZoneListUpdateInsertAsync(username, password, siteId, emailaddress, securezoneList, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void Contact_SecureZoneListUpdateInsertAsync(string username, string password, int siteId, string emailaddress, SecureZone[] securezoneList, object userState) {
     if ((this.Contact_SecureZoneListUpdateInsertOperationCompleted == null)) {
         this.Contact_SecureZoneListUpdateInsertOperationCompleted = new System.Threading.SendOrPostCallback(this.OnContact_SecureZoneListUpdateInsertOperationCompleted);
     }
     this.InvokeAsync("Contact_SecureZoneListUpdateInsert", new object[] {
                 username,
                 password,
                 siteId,
                 emailaddress,
                 securezoneList}, this.Contact_SecureZoneListUpdateInsertOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public void Contact_SecureZoneListUpdateInsert(string username, string password, int siteId, string emailaddress, SecureZone[] securezoneList) {
     this.Invoke("Contact_SecureZoneListUpdateInsert", new object[] {
                 username,
                 password,
                 siteId,
                 emailaddress,
                 securezoneList});
 }