Click or drag to resize

emailPluginaceOperation_runSendBlock Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.plugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "run", Name = "SendBlock", ShortName = "", 
	Description = "Loads specified block and start sending cycle")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will load the block, ask for confirmation and start sending cycle")]
public void aceOperation_runSendBlock(
	string blockName = "block01.xml",
	int delay = 5,
	bool askConfirm = true
)
Request Example View Source

Parameters

blockName (Optional)
Type: SystemString
delay (Optional)
Type: SystemInt32
askConfirm (Optional)
Type: SystemBoolean
See Also