Set-PodeSignalBroadcastLevel
SYNOPSIS
Set an allowed broadcast level for Signal connections.
SYNTAX
Set-PodeSignalBroadcastLevel [[-Name] <String>] [[-Type] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
DESCRIPTION
Set an allowed broadcast level for Signal connections, either for all Signal connection names or specific ones.
EXAMPLES
EXAMPLE 1
Set-PodeSignalBroadcastLevel -Type Name
EXAMPLE 2
Set-PodeSignalBroadcastLevel -Type Group
EXAMPLE 3
Set-PodeSignalBroadcastLevel -Name 'Actions' -Type ClientId
PARAMETERS
-Name
An optional Name for an Signal connection (default: *).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Type
The broadcast level Type for the Signal connection. Name = Allow broadcasting at all levels, including broadcasting to all Groups and/or ClientIds for an Signal connection Name. Group = Allow broadcasting to only Groups or specific ClientIds. If neither Groups nor ClientIds are supplied, sending an event will fail. ClientId = Allow broadcasting to only ClientIds. If no ClientIds are supplied, sending an event will fail.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.