| AttributesCreateName 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.129 (1.2.3.129)
Syntax public static Attributes CreateName(
string name
)
static member CreateName :
name : string -> Attributes
Parameters
- name
- Type: SystemString
TBD
Return Value
Type:
AttributesTBD
See Also