Activates a context manager so that it represents the active session for a point-of-use device.
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 _
)
void Activate(
int participantCoupon,
Leadtools.Ccow.IContextManager^ contextManager,
String^ nonce,
String^ appSignature
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET