EventsExtensions.Activate(IEvents, String) 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 displayed to the user and a reward should be expected for it.
public static void Activate (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId);
static member Activate : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string -> unit
<Extension()>
Public Sub Activate (operations As IEvents, eventId As String)
Parameters
- operations
- IEvents
The operations group for this extension method.
- eventId
- String
The event ID this activation applies to.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET