Share via


CatalogModelInfo.GetInstanceAsync Method

Definition

Overloads

GetInstanceAsync()

public:
 virtual IAsyncOperationWithProgress<CatalogModelInstanceResult ^, double> ^ GetInstanceAsync() = GetInstanceAsync;
/// [Windows.Foundation.Metadata.Overload("GetInstanceAsync")]
IAsyncOperationWithProgress<CatalogModelInstanceResult, double> GetInstanceAsync();
[Windows.Foundation.Metadata.Overload("GetInstanceAsync")]
public IAsyncOperationWithProgress<CatalogModelInstanceResult,double> GetInstanceAsync();
function getInstanceAsync()
Public Function GetInstanceAsync () As IAsyncOperationWithProgress(Of CatalogModelInstanceResult, Double)

Returns

Attributes

Applies to

GetInstanceAsync(IIterable<KeyValuePair<String,String>>)

public:
 virtual IAsyncOperationWithProgress<CatalogModelInstanceResult ^, double> ^ GetInstanceAsync(IIterable<IKeyValuePair<Platform::String ^, Platform::String ^> ^> ^ additionalHeaders) = GetInstanceAsync;
/// [Windows.Foundation.Metadata.Overload("GetInstanceAsync2")]
IAsyncOperationWithProgress<CatalogModelInstanceResult, double> GetInstanceAsync(IIterable<IKeyValuePair<winrt::hstring, winrt::hstring const&>> const& additionalHeaders);
[Windows.Foundation.Metadata.Overload("GetInstanceAsync2")]
public IAsyncOperationWithProgress<CatalogModelInstanceResult,double> GetInstanceAsync(IEnumerable<KeyValuePair<string,string>> additionalHeaders);
function getInstanceAsync(additionalHeaders)
Public Function GetInstanceAsync (additionalHeaders As IEnumerable(Of KeyValuePair(Of String, String))) As IAsyncOperationWithProgress(Of CatalogModelInstanceResult, Double)

Parameters

additionalHeaders

IIterable<IKeyValuePair<String,String>>

IEnumerable<KeyValuePair<String,String>>

IIterable<IKeyValuePair<Platform::String,Platform::String>>

IIterable<IKeyValuePair<winrt::hstring,winrt::hstring>>

Returns

Attributes

Applies to