Create Method

Summary

Instructs the context manager to create a new web context manager.

Syntax
C#
VB
C++
public IWebContextManager Create( 
   string url 
) 
Function Create( _ 
   ByVal url As String _ 
) As IWebContextManager 
IWebContextManager^ Create(  
   String^ url 
)  

Parameters

url
The web context manager URL.

Return Value

An interface reference to the new web context manager's principal interface.

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