PersonalizerClient.ActivateMultiSlotAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Report that the specified event was actually used or displayed to the user and a rewards should be expected for it.
public virtual System.Threading.Tasks.Task<Azure.Response> ActivateMultiSlotAsync (string eventId, System.Threading.CancellationToken cancellationToken = default);
abstract member ActivateMultiSlotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ActivateMultiSlotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ActivateMultiSlotAsync (eventId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- eventId
- String
The event ID this activation applies to.
- cancellationToken
- CancellationToken
The cancellation token to use.