Click or drag to resize
Akka.NETIOResult Properties

The IOResult type exposes the following members.

Properties
  NameDescription
Public propertyError
If the IO operation resulted in an error, returns the corresponding Exception or throws NotSupportedException otherwise.
Public propertyWasSuccessful
Indicates whether IO operation completed successfully or not.
Top
See Also