Click or drag to resize

StraalforsSender Constructor

Initializes a new instance of the StraalforsSender class

Namespace: WorkZone.Dispatcher.Straalfors
Assembly: WorkZone.Dispatcher.Straalfors_24.5.0.0 (in WorkZone.Dispatcher.Straalfors_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public StraalforsSender(
	ODataService ctx,
	int systemId,
	string baseHostUri,
	string senderName,
	X509Certificate2 certificate,
	string dispatcherId
)

Parameters

ctx  ODataService

[Missing <param name="ctx"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

systemId  Int32

[Missing <param name="systemId"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

baseHostUri  String

[Missing <param name="baseHostUri"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

senderName  String

[Missing <param name="senderName"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

certificate  X509Certificate2

[Missing <param name="certificate"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

dispatcherId  String

[Missing <param name="dispatcherId"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.#ctor(Scanjour.Process.OData.Client.Proxy.ODataService,System.Int32,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)"]

See Also