IISonasSession QueryShift Method Isonas .NET Client API Documentation
Return the full details of a shift given its name

Namespace: Bsw.Isonas.Dotnet.Client.Core
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

Task<Shift> QueryShift(
	string shiftName
)

Return Value

Type: OnlineTask Shift 
Details of the shift or null if it doesn't exist
See Also