Click or drag to resize
Akka.NETThrottleTransportAdapter Class
INTERNAL API The throttler transport adapter
Inheritance Hierarchy

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ThrottleTransportAdapter : ActorTransportAdapter

The ThrottleTransportAdapter type exposes the following members.

Constructors
  NameDescription
Public methodThrottleTransportAdapter
TBD
Top
Properties
Methods
  NameDescription
Public methodAssociate
TBD
(Inherited from AbstractTransportAdapter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInterceptAssociate
TBD
(Inherited from ActorTransportAdapter.)
Protected methodInterceptListen
TBD
(Inherited from ActorTransportAdapter.)
Public methodIsResponsibleFor
TBD
(Inherited from AbstractTransportAdapter.)
Public methodListen
TBD
(Inherited from AbstractTransportAdapter.)
Public methodManagementCommand
TBD
(Overrides TransportManagementCommand(Object).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShutdown
TBD
(Inherited from ActorTransportAdapter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldmanager
TBD
(Inherited from ActorTransportAdapter.)
Public fieldStatic memberScheme
TBD
Public fieldStatic memberUniqueId
TBD
Protected fieldWrappedTransport
TBD
(Inherited from AbstractTransportAdapter.)
Top
Extension Methods
See Also