public interface IInvocationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(Invocation invocation,
ISession session)
Processes the specified invocation.
|
void invoke(Invocation invocation, ISession session)
invocation - The invocation to process.session - The session used to receive the invocation.