Performce the object's action.
[Visual Basic .NET] |
---|
Public Sub Execute( _ ByVal Event As IAgRtEventEntity _ ) |
[C#] |
---|
public void Execute( IAgRtEventEntity Event ); |
[Managed C++] |
---|
public: void Execute( IAgRtEventEntity ^ Event ); |
[Unmanaged C++] |
---|
public: HRESULT Execute( IAgRtEventEntity * Event ); |
[Java] |
---|
public void execute( IAgRtEventEntity Event ); |
- Event