A base class for builders of a proxy for a remote service
            
| C# | Visual Basic | Visual C++ | J# | 
public abstract class AbstractRemotingProxyBuilder<TService>
Public MustInherit Class AbstractRemotingProxyBuilder(Of TService)
generic<typename TService> public ref class AbstractRemotingProxyBuilder abstract
- TService
 - Type of the service behind the proxy.
 
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| AbstractRemotingProxyBuilder<(Of <(TService>)>)(ISpaceProxy) | 
            Constructs a new instance of the builder.
              | |
| Aspects | 
            Gets associated remote invocation aspects.
              | |
| CreateProxy()()() | 
            Create a proxy for the remote service.
              | |
| Equals(Object) |  (Inherited from Object.) | |
| Finalize()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| LookupName | 
            Gets or sets the service lookup name.
              | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| MetaArgumentsHandler | 
            Gets or sets a pluggable IMetaArgumentsHandler.
              | |
| SetInvocationAspects(array<IRemoteInvocationAspect>[]()[]) | 
            Sets invocation aspects that will be invoked according to the parameters order.
              | |
| SpaceProxy | 
            Gets the proxy which is used to execute the service.
              | |
| Timeout | 
            Gets or sets the maximum execution time in miliseconds allowed for a remote service invocation,
            after this time has elapsed, a OperationTimeoutException is thrown.
              | |
| ToString()()() |  (Inherited from Object.) | 
| Object | ||
| AbstractRemotingProxyBuilder<(Of <(TService>)>) | ||
| ExecutorBroadcastRemotingProxyBuilder<(Of <(TService>)>) | ||
| ExecutorRemotingProxyBuilder<(Of <(TService>)>) | ||
