A Builder of a proxy for a remote service, based on space inherited support of executors.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public class ExecutorRemotingProxyBuilder<TService> : AbstractRemotingProxyBuilder<TService>
Public Class ExecutorRemotingProxyBuilder(Of TService) _ Inherits AbstractRemotingProxyBuilder(Of TService)
generic<typename TService> public ref class ExecutorRemotingProxyBuilder : public AbstractRemotingProxyBuilder<TService>
![](../icons/collapse_all.gif)
- TService
- Type of remote service.
![](../icons/collapse_all.gif)
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ExecutorRemotingProxyBuilder<(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>)>).) |
![]() | RoutingHandler |
Gets or sets a pluggable IRemoteRoutingHandler,
if none is set then AttributedRoutingHandler 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.) |
![](../icons/collapse_all.gif)
Object | ||
![]() | AbstractRemotingProxyBuilder<(Of <(TService>)>) | |
![]() | ExecutorRemotingProxyBuilder<(Of <(TService>)>) |
![](../icons/collapse_all.gif)