'Declaration Public Overloads Overridable Function NextStage( _
ByVal stageSourceA source of stage.As System.Object, _
ByVal stageWeightA weight of next stage.As Double, _
ByVal canCancelA value indicating whether the action can be canceled.As Boolean _
) As Boolean
public virtual bool NextStage(
System.Object stageSource,
double stageWeight,
bool canCancel
)
public: virtual bool NextStage(
System.Object stageSource,
double stageWeight,
bool canCancel
)
public:
virtual bool NextStage(
System.Object stageSource,
double stageWeight,
bool canCancel
)
Parameters
- stageSource
- A source of stage.
- stageWeight
- A weight of next stage.
- canCancel
- A value indicating whether the action can be canceled.
Return Value
False action is canceled; otherwise, true.