PosCommon.Invoke(Delegate, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the Service Objects to raise an event.
protected object Invoke (Delegate method, object[] args);
member this.Invoke : Delegate * obj[] -> obj
Protected Function Invoke (method As Delegate, args As Object()) As Object
Parameters
- method
- Delegate
Name of the event delegate.
- args
- Object[]
Object array of the arguments taken by the delegate.