Click or drag to resize

TwoInputsCommandInputType1, InputType2Run Method

Handle the variable assignments and command execution when running in a script.

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable Sub Run ( 
	input1 As InputType1,
	input2 As InputType2
)

Parameters

input1
Type: InputType1
input2
Type: InputType2
Remarks