CompleteTaskSetResult Property |
Gets the set result.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Action SetResult { get; }
Public ReadOnly Property SetResult As Action
Get
public:
property Action^ SetResult {
Action^ get ();
}
member SetResult : Action with get
Property Value
Type:
ActionThe set result.
See Also