Beispiel #1
0
 /// <remarks/>
 public void FindFolderPathAsync(FindFolderPathRequest FindFolderPathRequest, object userState) {
     if ((this.FindFolderPathOperationCompleted == null)) {
         this.FindFolderPathOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindFolderPathOperationCompleted);
     }
     this.InvokeAsync("FindFolderPath", new object[] {
                 FindFolderPathRequest}, this.FindFolderPathOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void FindFolderPathAsync(FindFolderPathRequest FindFolderPathRequest) {
     this.FindFolderPathAsync(FindFolderPathRequest, null);
 }