QueueHandlerBaseTGetScopeOfAssignment Method

By default, we will look for action flow assignments on a global scope. However, if the item is about a DeviceDto or EnvironmentDto, we'll need to scope based on the item in question.

Definition

Namespace: MobileTrack.EventHandler.QueueHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected virtual Guid GetScopeOfAssignment(
	T parameters
)

Parameters

parameters  T
Parameters of the event

Return Value

Guid
The scope of the assignment.

See Also