Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.11
|
Leadtools.Sane.Server Namespace > ICommandCallBack Interface : Invoke Method |
ByteArrayOutputStream Invoke( CommandEvent e )
'Declaration
Function Invoke( _ ByVal e As CommandEvent _ ) As ByteArrayOutputStream
'Usage
Dim instance As ICommandCallBack Dim e As CommandEvent Dim value As ByteArrayOutputStream value = instance.Invoke(e)
public ByteArrayOutputStream invoke(CommandEvent event)
ByteArrayOutputStream^ Invoke( CommandEvent^ e )