GigaSpaces XAP.NET Documentation
AbstractRemotingProxyBuilder<(Of <(TService>)>) Class
Class LibraryGigaSpaces.XAP.RemotingAbstractRemotingProxyBuilder<(Of <(TService>)>)
A base class for builders of a proxy for a remote service
Declaration Syntax
C#Visual BasicVisual C++J#
public abstract class AbstractRemotingProxyBuilder<TService>
Public MustInherit Class AbstractRemotingProxyBuilder(Of TService)
generic<typename TService>
public ref class AbstractRemotingProxyBuilder abstract
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
TService
Type of the service behind the proxy.
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.

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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)