A Builder of a proxy for a remote service, specifically for a broadcast remoting, 
            based on space inherited support of executors.
            
            
| C# | Visual Basic | Visual C++ | J# | 
public class ExecutorBroadcastRemotingProxyBuilder<TService> : AbstractRemotingProxyBuilder<TService>
Public Class ExecutorBroadcastRemotingProxyBuilder(Of TService) _ Inherits AbstractRemotingProxyBuilder(Of TService)
generic<typename TService> public ref class ExecutorBroadcastRemotingProxyBuilder : public AbstractRemotingProxyBuilder<TService>
- TService
 - Type of remote service.
 
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
| ExecutorBroadcastRemotingProxyBuilder<(Of <(TService>)>)(ISpaceProxy) | 
            Constructs a new instance of the builder.
              | |
| Aspects | 
            Gets associated remote invocation aspects.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| CreateProxy()()() | 
            Create a proxy for the remote service.
              (Overrides AbstractRemotingProxyBuilder<(Of <(TService>)>).CreateProxy()()().) | |
| 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.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| MetaArgumentsHandler | 
            Gets or sets a pluggable IMetaArgumentsHandler.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| ResultReducer | 
            Gets or sets a pluggable result reducer, if none is set then FirstResultReducer will be used.
              | |
| SetInvocationAspects(array<IRemoteInvocationAspect>[]()[]) | 
            Sets invocation aspects that will be invoked according to the parameters order.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| SpaceProxy | 
            Gets the proxy which is used to execute the service.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| 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.
              (Inherited from AbstractRemotingProxyBuilder<(Of <(TService>)>).) | |
| ToString()()() |  (Inherited from Object.) | 
| Object | ||
| AbstractRemotingProxyBuilder<(Of <(TService>)>) | ||
| ExecutorBroadcastRemotingProxyBuilder<(Of <(TService>)>) | ||
