Create Method (CatalogServiceAgent, DebugContext)
NOTE: This API is now obsolete. The non-obsolete alternative is [A M:Microsoft.CommerceServer.Catalog.CatalogContext.Create(Microsoft.CommerceServer.Catalog.CatalogServiceAgent) object.].
(Obsolete) DebugContext has been deprecated; Use Create without a debug context instead. Creates and returns an instance of the CatalogContext object from the specified service agent and context.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("DebugContext has been deprecated, please use CatalogContext.Create without a debug context.")> _
Public Shared Function Create ( _
catalogServiceAgent As CatalogServiceAgent, _
debugContext As DebugContext _
) As CatalogContext
'Usage
Dim catalogServiceAgent As CatalogServiceAgent
Dim debugContext As DebugContext
Dim returnValue As CatalogContext
returnValue = CatalogContext.Create(catalogServiceAgent, _
debugContext)
[ObsoleteAttribute("DebugContext has been deprecated, please use CatalogContext.Create without a debug context.")]
public static CatalogContext Create(
CatalogServiceAgent catalogServiceAgent,
DebugContext debugContext
)
[ObsoleteAttribute(L"DebugContext has been deprecated, please use CatalogContext.Create without a debug context.")]
public:
static CatalogContext^ Create(
CatalogServiceAgent^ catalogServiceAgent,
DebugContext^ debugContext
)
public static function Create(
catalogServiceAgent : CatalogServiceAgent,
debugContext : DebugContext
) : CatalogContext
Parameters
- catalogServiceAgent
Type: Microsoft.CommerceServer.Catalog..::.CatalogServiceAgent
An instance of the ServiceAgent object which contains the URL to the Catalog Web service.
- debugContext
Type: Microsoft.CommerceServer.Runtime.Diagnostics..::.DebugContext
A DebugContext containing the debug context to use.
Return Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogContext
An instance of the CatalogContext object.
Remarks
The CatalogContext class contains the functionality to manage the catalog and inventory systems.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.