Click or drag to resize

DocumentConversionSuccessCallbackT Delegate

Namespace:  IBM.Watson.DeveloperCloud.Services.DocumentConversion.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void SuccessCallback<T>(
	T response,
	Dictionary<string, Object> customData
)

Parameters

response
Type: T
customData
Type: System.Collections.GenericDictionaryString, Object

Type Parameters

T
See Also