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 information to be published, supplied as a set of field name and value pairs.
Return Value
The parameters required to publish the information.

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