Click or drag to resize

InvokeResult Constructor

Initializes a new instance of the InvokeResult struct.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public InvokeResult(
	InvokeResponse response,
	string usageMessage = null
)

Parameters

response
Type: SampSharp.Entities.SAMP.CommandsInvokeResponse
The response.
usageMessage (Optional)
Type: SystemString
The usage message. This value should only be provided when response is equal to InvalidArguments.
See Also