Previous Topic: SetTakeSnapshotByName Method

Next Topic: SetUDPById Method


SetUDPByName Method

Sets the specified UDP as the current context UDP.

Syntax

object.SetUDPByName(strUDPName)

Owning Class

CaWContext

Arguments

strUDPName - A string represents the UDP process name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetUDPByName(strName)

More information: