SessionFilter DecodeSessionID Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Override to decode session ID GUID from string representation. Return null if conversion not possible

Namespace: NFX.Wave.Filters
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual Nullable<Guid> DecodeSessionID(
	WorkContext work,
	string id,
	bool hasApiHeaders,
	out ulong idSecret
)

Return Value

Type: OnlineNullable OnlineGuid 
See Also