Click or drag to resize

ITransactionalObject Interface

Marker interface for all transactional distributed objects.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface ITransactionalObject : IDistributedObject

The ITransactionalObject type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Destroys this object cluster-wide.
(Inherited from IDistributedObject.)
Public methodGetName
Returns the unique name for this IDistributedObject.
(Inherited from IDistributedObject.)
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
(Inherited from IDistributedObject.)
Public methodGetServiceName
Returns the service name for this object.
(Inherited from IDistributedObject.)
Top
Remarks
Marker interface for all transactional distributed objects.
See Also