IInvokable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |