Click or drag to resize

InvokeResult Structure

Represents a response to an invoked command.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public struct InvokeResult

The InvokeResult type exposes the following members.

Constructors
  NameDescription
Public methodInvokeResult
Initializes a new instance of the InvokeResult struct.
Top
Properties
  NameDescription
Public propertyResponse
Gets the response.
Public propertyUsageMessage
Gets the usage message. This value is only available when Response is equal to InvalidArguments.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberCommandNotFound
A command not found result value.
Public fieldStatic memberSuccess
The success result value.
Top
See Also