/// <remarks/> public void Contact_SecureZoneListUpdateInsertAsync(string username, string password, int siteId, string emailaddress, SecureZone[] securezoneList) { this.Contact_SecureZoneListUpdateInsertAsync(username, password, siteId, emailaddress, securezoneList, null); }
/// <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); }
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}); }