DictMethod.runMode Method

Specifies where a method is run.

Syntax

public ClassRunMode runMode()

Run On

Called

Return Value

Type: ClassRunMode Enumeration
A ClassRunMode enumeration value that indicates where a method is run.

Remarks

The following list shows the possible values:

  • Called

  • Client

  • ClientorServer

  • Server

See Also

Reference

DictMethod Class