On_Epoch_Start Delegate

Event delegation on start of epoch

Namespace:  SiaNet.Events
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public delegate void On_Epoch_Start(
	int epoch
)
Public Delegate Sub On_Epoch_Start ( _
	epoch As Integer _
)
public delegate void On_Epoch_Start(
	int^ epoch
)

Parameters

epoch
Type: Int32
The epoch.