  | IFutureTWait Method (Int32) | 
  
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntaxbool 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: 
Boolean
See Also