DoActivateCampaign Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Sub DoActivateCampaign ( _
    campaignId As Integer, _
    active As Boolean, _
    timestamp As DateTime _
)
'Usage
Dim campaignId As Integer
Dim active As Boolean
Dim timestamp As DateTime

Me.DoActivateCampaign(campaignId, _
    active, timestamp)
protected void DoActivateCampaign(
    int campaignId,
    bool active,
    DateTime timestamp
)
protected:
void DoActivateCampaign(
    int campaignId, 
    bool active, 
    DateTime timestamp
)
protected function DoActivateCampaign(
    campaignId : int, 
    active : boolean, 
    timestamp : DateTime
)

Parameters

  • timestamp
    Type: System..::.DateTime
    The LastModified timestamp of the item to be Activated. If the time stamp does not match the information in the database, it indicates the race condition.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Permissions

See Also

Reference

MarketingServices Class

MarketingServices Members

Microsoft.CommerceServer.Marketing Namespace