←Select platform

Create Method

Summary

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

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")] 
Stream Create(  
   string id, 
   string domain 
) 
<OperationContractAttribute()> 
<WebGetAttribute(IsBodyStyleSetExplicitly=True, UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")> 
Function Create( _ 
   ByVal id As String, _ 
   ByVal domain As String _ 
) As Stream 
[OperationContractAttribute()] 
[WebGetAttribute(IsBodyStyleSetExplicitly=true, UriTemplate="?id={id}&domain={domain}&interface=ContextSession&method=Create")] 
Stream^ Create(  
   String^ id, 
   String^ domain 
) 

Parameters

id
The context manager id.

domain
The domain name of the site or organization that is being served by the located component.

Return Value

A URL to the new context manager.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow.Services Assembly
Click or drag to resize