ExecutionSettingsExtensions.GetSession Method

TegoOS

ExecutionSettingsExtensionsGetSession Method
Get the session for the settings or S0 if the settings are null.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static Session GetSession(
	this ExecutionSettings settings
)
<ExtensionAttribute>
Public Shared Function GetSession ( 
	settings As ExecutionSettings
) As Session
public:
[ExtensionAttribute]
static Session GetSession(
	ExecutionSettings^ settings
)
[<ExtensionAttribute>]
static member GetSession : 
        settings : ExecutionSettings -> Session 

Parameters

settings
Type: Tego.Rfid.Gen2ExecutionSettings

[Missing <param name="settings"/> documentation for "M:Tego.Rfid.Gen2.ExecutionSettingsExtensions.GetSession(Tego.Rfid.Gen2.ExecutionSettings)"]

Return Value

Type: Session

[Missing <returns> documentation for "M:Tego.Rfid.Gen2.ExecutionSettingsExtensions.GetSession(Tego.Rfid.Gen2.ExecutionSettings)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ExecutionSettings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also