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 IContextManager, _ 
   ByVal nonce As String, _ 
   ByVal appSignature As String _ 
)  
void Activate(  
   int participantCoupon, 
   IContextManager^ contextManager, 
   String^ nonce, 
   String^ appSignature 
)  

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 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.