次の方法で共有


ProviderConnectionWrapper.EndGetDatabases(IAsyncResult) メソッド

定義

public:
 virtual System::Collections::Generic::ICollection<System::String ^> ^ EndGetDatabases(IAsyncResult ^ asyncResult);
public virtual System.Collections.Generic.ICollection<string> EndGetDatabases (IAsyncResult asyncResult);
abstract member EndGetDatabases : IAsyncResult -> System.Collections.Generic.ICollection<string>
override this.EndGetDatabases : IAsyncResult -> System.Collections.Generic.ICollection<string>
Public Overridable Function EndGetDatabases (asyncResult As IAsyncResult) As ICollection(Of String)

パラメーター

asyncResult
IAsyncResult

戻り値

適用対象