Click or drag to resize
Akka.NETAttributesCreateName Method
Specifies the name of the operation. If the name is null or empty the name is ignored, i.e. None is returned.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Attributes CreateName(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: Attributes
TBD
See Also