IContextManager Interface

Summary

Enables a context participant to join and leave a common context session, and perform context change transactions.

Syntax
C#
VB
C++
[InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType)] 
[GuidAttribute("41126C5E-A069-11D0-808F-00A0240943E4")] 
public interface IContextManager 
<InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType),  
 GuidAttribute("41126C5E-A069-11D0-808F-00A0240943E4")>  
Public Interface IContextManager 
public: 
   [InterfaceTypeAttribute(System::Runtime::InteropServices::ComInterfaceType),  
   GuidAttribute(L"41126C5E-A069-11D0-808F-00A0240943E4")] 
   interface class IContextManager abstract 

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly