Share via


NumberOfEventsAtCheckpoint Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the number of events that were served since the last CheckpointTime.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property NumberOfEventsAtCheckpoint As Integer
'Usage
Dim instance As Advertisement
Dim value As Integer

value = instance.NumberOfEventsAtCheckpoint
public int NumberOfEventsAtCheckpoint { get; }
public:
property int NumberOfEventsAtCheckpoint {
    int get ();
}
public function get NumberOfEventsAtCheckpoint () : int

Property Value

Type: System..::.Int32
The number of events that were served by the time of last CheckpointTime. Default is 0.

Remarks

Returns the number of events that were served since the last CheckpointTime. When an Ad is staged to a production tier, the checkpoint data is updated based on the actual performance figures in the production tier.

Permissions

See Also

Reference

Advertisement Class

Advertisement Members

Microsoft.CommerceServer.Marketing Namespace