RPCResponse.Success Property

Tungsten Suite

RPCResponseSuccess Property

True if the call was successful, otherwise False

Namespace:  W.Net.RPC
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public bool Success { get; set; }

Property Value

Type: Boolean
Remarks
Note that this is different than the return value from the method, which can be of any value or type
See Also