TrackPoint 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
TrackPoint() | |
TrackPoint(TrackPoint+TrackPointType, String, Object, Object) | |
TrackPoint(TrackPoint+TrackPointType, String, String, Object, Object) |
TrackPoint()
public:
TrackPoint();
public TrackPoint ();
Public Sub New ()
Applies to
TrackPoint(TrackPoint+TrackPointType, String, Object, Object)
public:
TrackPoint(Microsoft::BizTalk::Bam::EventObservation::TrackPoint::TrackPointType type, System::String ^ itemName, System::Object ^ location, System::Object ^ extractionInfo);
public TrackPoint (Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType type, string itemName, object location, object extractionInfo);
new Microsoft.BizTalk.Bam.EventObservation.TrackPoint : Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType * string * obj * obj -> Microsoft.BizTalk.Bam.EventObservation.TrackPoint
Public Sub New (type As TrackPoint.TrackPointType, itemName As String, location As Object, extractionInfo As Object)
Parameters
- itemName
- String
- location
- Object
- extractionInfo
- Object
Applies to
TrackPoint(TrackPoint+TrackPointType, String, String, Object, Object)
public:
TrackPoint(Microsoft::BizTalk::Bam::EventObservation::TrackPoint::TrackPointType type, System::String ^ referenceName, System::String ^ referenceType, System::Object ^ location, System::Object ^ extractionInfo);
public TrackPoint (Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType type, string referenceName, string referenceType, object location, object extractionInfo);
new Microsoft.BizTalk.Bam.EventObservation.TrackPoint : Microsoft.BizTalk.Bam.EventObservation.TrackPoint.TrackPointType * string * string * obj * obj -> Microsoft.BizTalk.Bam.EventObservation.TrackPoint
Public Sub New (type As TrackPoint.TrackPointType, referenceName As String, referenceType As String, location As Object, extractionInfo As Object)
Parameters
- referenceName
- String
- referenceType
- String
- location
- Object
- extractionInfo
- Object