CompleteFuture..::..SetResult Property

Gets the set result.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Action SetResult { get; set; }
Public Property SetResult As Action
	Get
	Set
public:
property Action^ SetResult {
	Action^ get ();
	void set (Action^ value);
}

Field Value

The set result.