Otter SDK Reference
Version:

IRemoteMethodExecuter Interface

Indicates that an agent supports executing a method on a remote server.

Inheritance Hierarchy

  • Inedo.Agents.IRemoteMethodExecuter

Syntax

public interface IRemoteMethodExecuter

Methods

Name Description
InvokeMethodAsync(System.Reflection.MethodBase method, object instance, object[] parameters)

Invokes the method on the remote server using the specified arguments, and returns the result.