Method
TryGetOutput
func TryGetOutput(out output: T) -> bool
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Attempts to extract the successful output used by the propagation protocol.
func TryGetOutput(out output: T) -> bool
Type: Result<T, E>
Namespace: System
Assembly: Raven.Core.dll
Source file: Result.rvn
Attempts to extract the successful output used by the propagation protocol.