IAzureCosmosDbRedisUnsubscribe Method
Unsubscribes from a Redis channel.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task RedisUnsubscribe(
RedisChannel channel,
Func<string?, Task> func,
CommandFlags commandFlags = CommandFlags.None
)
- channel RedisChannel
- Redis channel to unsubscribe. may be a pattern, doesn't have to be literal.
- func FuncString, Task
- Method to execute when the task invokes.
- commandFlags CommandFlags (Optional)
- Behaviour markers used for this subscription
TaskTask completion