Previous Topic: GetAddCmdLineArg Method

Next Topic: CaWVersionChooser


Execute Method

Executes the UDP process.

Syntax

object.Execute()

Owning Class

CaWUDP

Arguments

None

Return Value

A long - Zero if success. Nonzero if failure.

Notes

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
objUDP.Execute()

More information: