Click or drag to resize
Akka.NETAttributes Class
Inheritance Hierarchy
SystemObject
  Akka.StreamsAttributes

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class Attributes

The Attributes type exposes the following members.

Constructors
  NameDescription
Public methodAttributes
TBD
Top
Properties
  NameDescription
Public propertyAttributeList
TBD
Top
Methods
  NameDescription
Public methodAnd(Attributes)
Adds given attributes to the end of these attributes.
Public methodAnd(AttributesIAttribute)
Adds given attribute to the end of these attributes.
Public methodContainsTAttr
Test whether the given attribute is contained within this attributes list.
Public methodStatic memberCreateAsyncBoundary
TBD
Public methodStatic memberCreateInputBuffer
Specifies the initial and maximum size of the input buffer.
Public methodStatic memberCreateLogLevels
Public methodStatic memberCreateName
Specifies the name of the operation. If the name is null or empty the name is ignored, i.e. None is returned.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExtractName
Compute a name by concatenating all Name attributes that the given module has, returning the given default value if none are found.
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 methodGetAttributeTAttr
Get the last (most specific) attribute of a given type or subtype thereof.
Public methodGetAttributeTAttr(TAttr)
Get the last (most specific) attribute of a given type or subtype thereof. If no such attribute exists the default value is returned.
Public methodGetAttributeListTAttr
Get all attributes of a given type or subtype thereof
Public methodGetFirstAttributeTAttr
Get the first (least specific) attribute of a given type or subtype thereof.
Public methodGetFirstAttributeTAttr(TAttr)
Get the first (least specific) attribute of a given type or subtype thereof. If no such attribute exists the default value is returned.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNameLifted
Extracts Name attributes and concatenates them.
Public methodGetNameOrDefault
TBD
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberNone
TBD
Top
Extension Methods
See Also