Click or drag to resize

RetrieveAndRankForwardCollectionRequest Method

Namespace:  IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ForwardCollectionRequest(
	RetrieveAndRankSuccessCallback<CollectionsResponse> successCallback,
	RetrieveAndRankFailCallback failCallback,
	string clusterID,
	string action,
	string collectionName = null,
	string configName = null,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1RetrieveAndRankSuccessCallbackCollectionsResponse
failCallback
Type: IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1RetrieveAndRankFailCallback
clusterID
Type: SystemString
action
Type: SystemString
collectionName (Optional)
Type: SystemString
configName (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also