| IFutureTWait Method (Int32) |
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax bool Wait(
int miliseconds
)
Function Wait (
miliseconds As Integer
) As Boolean
bool Wait(
int miliseconds
)
abstract Wait :
miliseconds : int -> bool
Parameters
- miliseconds
- Type: SystemInt32
Return Value
Type:
BooleanSee Also