Share via


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

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

See Also

Reference

CatalogContext Class

CatalogContext Members

Create Overload

Microsoft.CommerceServer.Catalog Namespace