Click or drag to resize
IRunnable Interface
Represents an operation that could be executed.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public interface IRunnable

The IRunnable type exposes the following members.

Methods
  NameDescription
Public methodRun
Executes the operation.
Top
See Also