StreamLink.NET
CreatePublishParameters Method (fieldNameAndValuePairs)
StreamLink.NETCaplin.StreamLinkIParametersFactoryCreatePublishParameters(Dictionary<(Of <(String, String>)>))
Creates parameters for publishing information to the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
IPublishParameters CreatePublishParameters(
	Dictionary<string, string> fieldNameAndValuePairs
)
Function CreatePublishParameters ( _
	fieldNameAndValuePairs As Dictionary(Of String, String) _
) As IPublishParameters
IPublishParameters^ CreatePublishParameters(
	Dictionary<String^, String^>^ fieldNameAndValuePairs
)
Parameters
fieldNameAndValuePairs (Dictionary<(Of <(String, String>)>))
The field name and value pairs to be contributed to.
Return Value
A set of IPublishParameters representing the supplied name-value pairs.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)