GigaSpaces XAP.NET Documentation
ExecutorRemotingProxyBuilder<(Of <(<'TService>)>)> Class
Class LibraryGigaSpaces.XAP.Remoting.ExecutorsExecutorRemotingProxyBuilder<(Of <(<'TService>)>)>
A Builder of a proxy for a remote service, based on space inherited support of executors.
Declaration Syntax
C#Visual BasicVisual 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>
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
TService
Type of remote service.
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AbstractRemotingProxyBuilder<(Of <(<'TService>)>)>
 ExecutorRemotingProxyBuilder<(Of <(<'TService>)>)>
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)