示例#1
0
 /// <remarks/>
 public void GetSharingFolderAsync(GetSharingFolderType GetSharingFolder1, object userState) {
     if ((this.GetSharingFolderOperationCompleted == null)) {
         this.GetSharingFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetSharingFolderOperationCompleted);
     }
     this.InvokeAsync("GetSharingFolder", new object[] {
                 GetSharingFolder1}, this.GetSharingFolderOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetSharingFolderAsync(GetSharingFolderType GetSharingFolder1) {
     this.GetSharingFolderAsync(GetSharingFolder1, null);
 }