/// <remarks/> public void SendLocalListAsync(UpdateType updateType, int listVersion, AuthorisationData[] localAuthorisationList, int hash, bool hashSpecified, object userState) { if ((this.SendLocalListOperationCompleted == null)) { this.SendLocalListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendLocalListOperationCompleted); } this.InvokeAsync("SendLocalList", new object[] { updateType, listVersion, localAuthorisationList, hash, hashSpecified}, this.SendLocalListOperationCompleted, userState); }
/// <remarks/> public System.IAsyncResult BeginSendLocalList(UpdateType updateType, int listVersion, AuthorisationData[] localAuthorisationList, int hash, bool hashSpecified, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("SendLocalList", new object[] { updateType, listVersion, localAuthorisationList, hash, hashSpecified}, callback, asyncState); }
/// <remarks/> public void SendLocalListAsync(UpdateType updateType, int listVersion, AuthorisationData[] localAuthorisationList, int hash, bool hashSpecified) { this.SendLocalListAsync(updateType, listVersion, localAuthorisationList, hash, hashSpecified, null); }