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
- campaignId
Type: System..::.Int32
Reserved for internal use only.
- active
Type: System..::.Boolean
Reserved for internal use only.
- 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
- 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.