←Select platform

Activate Method

Summary

Activates a context manager so that it represents the active session for a point-of-use device.

Syntax

C#
VB
C++
public void Activate( 
   int participantCoupon, 
   IContextManager contextManager, 
   string nonce, 
   string appSignature 
) 
Sub Activate( _ 
   ByVal participantCoupon As Integer, _ 
   ByVal contextManager As Leadtools.Ccow.IContextManager, _ 
   ByVal nonce As String, _ 
   ByVal appSignature As String _ 
)  

Parameters

participantCoupon
The participant coupon of the application received from JoinCommonContext.

contextManager
The context manager to activate.

nonce
A string provide to create the digital signal. A new value should be provide each time this is called.

appSignature
The digital signature of the application.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly