Example #1
0
 /// <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);
 }
Example #2
0
 /// <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);
 }
Example #3
0
 /// <remarks/>
 public void SendLocalListAsync(UpdateType updateType, int listVersion, AuthorisationData[] localAuthorisationList, int hash, bool hashSpecified)
 {
     this.SendLocalListAsync(updateType, listVersion, localAuthorisationList, hash, hashSpecified, null);
 }