다음을 통해 공유


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

반환

적용 대상