This class is used to interface to subroutines on the server


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Class Pick.mvSubroutine
C#
public class Pick.mvSubroutine
C++
ref class Pick.mvSubroutine
J#
public class Pick.mvSubroutine
JScript
public class Pick.mvSubroutine

Inheritance Hierarchy

System.Object
   rocketsoftware.MVSP.Pick.mvSubroutine

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also