| CurrentPartitionChangingEventArgs Constructor |
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public CurrentPartitionChangingEventArgs(
int newPartitionNumber
)
Public Sub New (
newPartitionNumber As Integer
)
public:
CurrentPartitionChangingEventArgs(
int newPartitionNumber
)
new :
newPartitionNumber : int -> CurrentPartitionChangingEventArgs
Parameters
- newPartitionNumber
- Type: SystemInt32
The new partition number.
See Also