Represents a remote method invocation.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpaceRemotingInvocation
Public Interface ISpaceRemotingInvocation
public interface class ISpaceRemotingInvocation
public interface ISpaceRemotingInvocation
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Arguments |
Gets the invocation arguments.
| |
GenericArguments |
Gets the invoked method generic arguments, null if the method is not generic.
| |
LookupName |
Gets the invoked service lookup name.
| |
MetaArguments |
Gets the invocation meta arguments.
| |
Method |
Gets the invoked method.
|