 | AdoSessionProviderGet Method |
Get the specified session
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic ISession Get(
byte[] sessionId,
bool allowExpired = false
)
Public Function Get (
sessionId As Byte(),
Optional allowExpired As Boolean = false
) As ISession
public:
virtual ISession^ Get(
array<unsigned char>^ sessionId,
bool allowExpired = false
) sealed
abstract Get :
sessionId : byte[] *
?allowExpired : bool
(* Defaults:
let _allowExpired = defaultArg allowExpired false
*)
-> ISession
override Get :
sessionId : byte[] *
?allowExpired : bool
(* Defaults:
let _allowExpired = defaultArg allowExpired false
*)
-> ISession Parameters
- sessionId Byte
[Missing <param name="sessionId"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoSessionProvider.Get(System.Byte[],System.Boolean)"]
- allowExpired Boolean (Optional)
[Missing <param name="allowExpired"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoSessionProvider.Get(System.Byte[],System.Boolean)"]
Return Value
ISession[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.AdoSessionProvider.Get(System.Byte[],System.Boolean)"]
Implements
ISessionProviderServiceGet(Byte, Boolean)
See Also