PersonalizerClient.Activate(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 (e.g. by being displayed to the user) and a reward should be expected for it.
public virtual Azure.Response Activate (string eventId, System.Threading.CancellationToken cancellationToken = default);
abstract member Activate : string * System.Threading.CancellationToken -> Azure.Response
override this.Activate : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Activate (eventId As String, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- eventId
- String
The event ID to be activated.
- cancellationToken
- CancellationToken
The cancellation token to use.