/// <remarks/> public void getFilePathAsync(getFilePath getFilePath1, object userState) { if ((this.getFilePathOperationCompleted == null)) { this.getFilePathOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetFilePathOperationCompleted); } this.InvokeAsync("getFilePath", new object[] { getFilePath1}, this.getFilePathOperationCompleted, userState); }
/// <remarks/> public void getFilePathAsync(getFilePath getFilePath1) { this.getFilePathAsync(getFilePath1, null); }