Click or drag to resize

CommandServiceBaseInvoke Method

Invokes a command based on the specified inputText.

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
protected InvokeResult Invoke(
	IServiceProvider services,
	Object[] prefix,
	string inputText
)

Parameters

services
Type: SystemIServiceProvider
A service provider.
prefix
Type: SystemObject
The prefix.
inputText
Type: SystemString
The inputText.

Return Value

Type: InvokeResult
The result
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if prefix is null when it must contain values.
ArgumentExceptionThrown if prefix is empty when it must contain values.
See Also