IInvokable Interface

Definition

Represents an object which can be invoked asynchronously.

public interface IInvokable : IDisposable
type IInvokable = interface
    interface IDisposable
Public Interface IInvokable
Implements IDisposable
Derived
Implements

Methods

GetActivityName()

Gets the activity name, which refers to both the interface name and method name.

GetArgument(Int32)

Gets the argument at the specified index.

GetArgumentCount()

Gets the number of arguments.

GetDefaultResponseTimeout()

Gets the default response timeout.

GetInterfaceName()

Gets the full interface name.

GetInterfaceType()

Gets the interface type.

GetMethod()

Gets the method info object, which may be null.

GetMethodName()

Gets the method name.

GetTarget()

Gets the invocation target.

Invoke()

Invoke the object.

SetArgument(Int32, Object)

Sets the argument at the specified index.

SetTarget(ITargetHolder)

Sets the invocation target from an instance of ITargetHolder.

Applies to