Creates a local proxy object of a specified remote component.
Declaring type: ZyanConnection
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public T CreateProxy<T> (
        bool implicitTransactionTransfer
) 
Type Parameters
T
Remote component interface type
Parameters
implicitTransactionTransfer
Specify whether transactions (System.Transactions) should be transferred to remote component automaticly
Return Value
Proxy