Previous Topic: SetTakeSnapshotById Method

Next Topic: SetUDPByName Method


SetTakeSnapshotByName Method

Sets the specified TakeSnapshot as the current context TakeSnapshot.

Syntax

object.SetTakeSnapshotByName(strTakeSnapshotName)

Owning Class

CaWContext

Arguments

strTakeSnapshotName - A string represents the TakeSnapshot process name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetTakeSnapshotByName(strName)

More information: