Result Constructor (Boolean) |
Initializes a new instance of the
Result class.
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic Result(
bool success
)
Public Sub New (
success As Boolean
)
public:
Result(
bool success
)
new :
success : bool -> Result
Parameters
- success
- Type: SystemBoolean
if set to true the request was successful
See Also