Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the CatalogContext object from the specified service agent.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Shared Function Create ( _
catalogServiceAgent As CatalogServiceAgent _
) As CatalogContext
'Usage
Dim catalogServiceAgent As CatalogServiceAgent
Dim returnValue As CatalogContext
returnValue = CatalogContext.Create(catalogServiceAgent)
public static CatalogContext Create(
CatalogServiceAgent catalogServiceAgent
)
public:
static CatalogContext^ Create(
CatalogServiceAgent^ catalogServiceAgent
)
public static function Create(
catalogServiceAgent : CatalogServiceAgent
) : CatalogContext
Parameters
- catalogServiceAgent
Type: Microsoft.CommerceServer.Catalog..::.CatalogServiceAgent
An instance of the ServiceAgent object which contains the URL to the Catalog Web service.
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.