C# Класс Org.IdentityConnectors.Framework.Impl.Api.Remote.RemoteOperationInvocationHandler

Invocation handler for all of our operations
Наследование: InvocationHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Invoke ( Object proxy, MethodInfo method, Object args ) : Object
RemoteOperationInvocationHandler ( RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, SafeType operation ) : System

Приватные методы

Метод Описание
ExtractStreamHandler ( Type paramTypes, IList arguments ) : ObjectStreamHandler

Partitions arguments into regular arguments and stream arguments.

HandleStreamResponse ( RemoteFrameworkConnection connection, ObjectStreamHandler streamHandler ) : void

Handles a stream response until the end of the stream

Описание методов

Invoke() публичный Метод

public Invoke ( Object proxy, MethodInfo method, Object args ) : Object
proxy Object
method System.Reflection.MethodInfo
args Object
Результат Object

RemoteOperationInvocationHandler() публичный Метод

public RemoteOperationInvocationHandler ( RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, SafeType operation ) : System
connectorInfo RemoteConnectorInfoImpl
connectorFacadeKey String
operation SafeType
Результат System