| Visual Basic (Declaration) | |
|---|---|
Function Execute( _ ByVal command As CommandID, _ ByVal paramsIn As ICollection, _ ByRef paramsOut As ICollection _ ) As CommandStatus | |
| C# | |
|---|---|
CommandStatus Execute( CommandID command, ICollection paramsIn, out ICollection paramsOut ) | |
Parameters
- command
- paramsIn
- paramsOut