C# Class FSO.Content.ResInvokeElem

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Args object[]
Function System.Delegate
Sync System.Threading.AutoResetEvent

Public Methods

Method Description
ResInvokeElem ( Delegate func, object args ) : System

Method Details

ResInvokeElem() public method

public ResInvokeElem ( Delegate func, object args ) : System
func System.Delegate
args object
return System

Property Details

Args public_oe property

public object[] Args
return object[]

Function public_oe property

public Delegate,System Function
return System.Delegate

Sync public_oe property

public AutoResetEvent,System.Threading Sync
return System.Threading.AutoResetEvent