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-local+709673996c0cc3c0733358a87691d1009326afa7
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