AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
Functor Class Reference

Represents a functor object that encapsulates an object, a method, and its arguments. More...

Public Member Functions

void invoke ()
 Invokes the encapsulated method with the provided arguments on the encapsulated object. More...
 

Detailed Description

Represents a functor object that encapsulates an object, a method, and its arguments.

Member Function Documentation

◆ invoke()

void Functor.invoke ( )
inline

Invokes the encapsulated method with the provided arguments on the encapsulated object.


The documentation for this class was generated from the following file: