[This is preliminary documentation and is subject to change.]
Extracts session ID from work request. The default implementation uses cookie
Namespace: NFX.Wave.FiltersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual Nullable<Guid> ExtractSessionID(
WorkContext work,
out ulong idSecret
)
protected virtual Nullable<Guid> ExtractSessionID(
WorkContext work,
out ulong idSecret
)
Protected Overridable Function ExtractSessionID (
work As WorkContext,
<OutAttribute> ByRef idSecret As ULong
) As Nullable(Of Guid)
Protected Overridable Function ExtractSessionID (
work As WorkContext,
<OutAttribute> ByRef idSecret As ULong
) As Nullable(Of Guid)
protected:
virtual Nullable<Guid> ExtractSessionID(
WorkContext^ work,
[OutAttribute] unsigned long long% idSecret
)
protected:
virtual Nullable<Guid> ExtractSessionID(
WorkContext^ work,
[OutAttribute] unsigned long long% idSecret
)
abstract ExtractSessionID :
work : WorkContext *
idSecret : uint64 byref -> Nullable<Guid>
override ExtractSessionID :
work : WorkContext *
idSecret : uint64 byref -> Nullable<Guid>
abstract ExtractSessionID :
work : WorkContext *
idSecret : uint64 byref -> Nullable<Guid>
override ExtractSessionID :
work : WorkContext *
idSecret : uint64 byref -> Nullable<Guid>
Return Value
Type:
Nullable
Guid