Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.68 KB

connectionmanager-class-microsoft-dynamics-commerce-runtime-data.md

File metadata and controls

60 lines (43 loc) · 1.68 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ConnectionManager Class (Microsoft.Dynamics.Commerce.Runtime.Data)
ConnectionManager Class
T:Microsoft.Dynamics.Commerce.Runtime.Data.ConnectionManager
49819643
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.Data.ConnectionManager
CSharp
C++
VB

ConnectionManager Class

[!INCLUDEarchive-banner]

Responsible for managing the lifetime of current active connection and encapsulates the logic necessary to failover to the offline database if available.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Data (in Microsoft.Dynamics.Commerce.Runtime.Data.dll)

Syntax

'Declaration
Public NotInheritable Class ConnectionManager _
    Implements IDisposable
'Usage
Dim instance As ConnectionManager
public sealed class ConnectionManager : IDisposable
public ref class ConnectionManager sealed : IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Data.ConnectionManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Data Namespace