CallContextTrackingData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CallContextTrackingData() | |
CallContextTrackingData(Events, Context) |
CallContextTrackingData()
protected:
CallContextTrackingData();
protected CallContextTrackingData ();
Protected Sub New ()
Applies to
CallContextTrackingData(Events, Context)
public:
CallContextTrackingData(Microsoft::XLANGs::Core::Events ^ tracker, Microsoft::XLANGs::Core::Context ^ cxt);
public CallContextTrackingData (Microsoft.XLANGs.Core.Events tracker, Microsoft.XLANGs.Core.Context cxt);
new Microsoft.XLANGs.Core.CallContextTrackingData : Microsoft.XLANGs.Core.Events * Microsoft.XLANGs.Core.Context -> Microsoft.XLANGs.Core.CallContextTrackingData
Public Sub New (tracker As Events, cxt As Context)
Parameters
- tracker
- Events
- cxt
- Context