Namespace: PalmSens.Script
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class Loop
    Implements Runnable
C#
public class Loop : Runnable
C++
ref class Loop : Runnable
J#
public class Loop implements Runnable
JScript
public class Loop extends Runnable

Inheritance Hierarchy

System.Object
   PalmSens.Script.Loop

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