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