NumberOfEventsCurrentlyServed Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the number of events that were served to date.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfEventsCurrentlyServed As Integer
'Usage
Dim instance As Advertisement
Dim value As Integer
value = instance.NumberOfEventsCurrentlyServed
public int NumberOfEventsCurrentlyServed { get; }
public:
property int NumberOfEventsCurrentlyServed {
int get ();
}
public function get NumberOfEventsCurrentlyServed () : int
Property Value
Type: System..::.Int32
The number of events that were served to date. Default is 0.
Remarks
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
- 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.