共用方式為


PosCommon.Invoke(Delegate, Object[]) Method

Definition

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.

Returns

Applies to