Click or drag to resize
SearchIndexCultureInfoProviderGetAsync Method (Int32, Int32, NullableCancellationToken)
Asynchronously gets an instance of the SearchIndexCultureInfo binding structure.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public virtual Task<SearchIndexCultureInfo> GetAsync(
	int searchIndexId,
	int cultureId,
	Nullable<CancellationToken> cancellationToken = null
)

Parameters

searchIndexId
Type: SystemInt32
Search index ID.
cultureId
Type: SystemInt32
Culture ID.
cancellationToken (Optional)
Type: SystemNullableCancellationToken
The cancellation instruction.

Return Value

Type: TaskSearchIndexCultureInfo
Returns a task returning either an instance of SearchIndexCultureInfo corresponding to given identifiers or null.

Implements

ISearchIndexCultureInfoProviderGetAsync(Int32, Int32, NullableCancellationToken)
See Also