[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.FiltersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual Nullable<Guid> DecodeSessionID(
WorkContext work,
string id,
bool hasApiHeaders,
out ulong idSecret
)
protected virtual Nullable<Guid> DecodeSessionID(
WorkContext work,
string id,
bool hasApiHeaders,
out ulong idSecret
)
Protected Overridable Function DecodeSessionID (
work As WorkContext,
id As String,
hasApiHeaders As Boolean,
<OutAttribute> ByRef idSecret As ULong
) As Nullable(Of Guid)
Protected Overridable Function DecodeSessionID (
work As WorkContext,
id As String,
hasApiHeaders As Boolean,
<OutAttribute> ByRef idSecret As ULong
) As Nullable(Of Guid)
protected:
virtual Nullable<Guid> DecodeSessionID(
WorkContext^ work,
String^ id,
bool hasApiHeaders,
[OutAttribute] unsigned long long% idSecret
)
protected:
virtual Nullable<Guid> DecodeSessionID(
WorkContext^ work,
String^ id,
bool hasApiHeaders,
[OutAttribute] unsigned long long% idSecret
)
abstract DecodeSessionID :
work : WorkContext *
id : string *
hasApiHeaders : bool *
idSecret : uint64 byref -> Nullable<Guid>
override DecodeSessionID :
work : WorkContext *
id : string *
hasApiHeaders : bool *
idSecret : uint64 byref -> Nullable<Guid>
abstract DecodeSessionID :
work : WorkContext *
id : string *
hasApiHeaders : bool *
idSecret : uint64 byref -> Nullable<Guid>
override DecodeSessionID :
work : WorkContext *
id : string *
hasApiHeaders : bool *
idSecret : uint64 byref -> Nullable<Guid>
Return Value
Type:
Nullable
Guid