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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET