Click or drag to resize

ISend Interface

Interface which defines the methods which must be implemented by sender objects.

Namespace:  StankinsInterfaces
Assembly:  StankinsInterfaces (in StankinsInterfaces.dll) Version: 1.0.0
Syntax
C#
public interface ISend : IBaseObjects

The ISend type exposes the following members.

Properties
  NameDescription
Public propertyName (Inherited from IBaseObjects.)
Public propertyvaluesToBeSent
Used to store data to be sent.
Top
Methods
  NameDescription
Public methodSend
Read data from valuesToBeSent and it executes the sender object.
Top
See Also