  | IFutureTGetResult Method  | 
  
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxT GetResult(
	int miliseconds
)
Function GetResult ( 
	miliseconds As Integer
) As T
T GetResult(
	int miliseconds
)
abstract GetResult : 
        miliseconds : int -> 'T 
Parameters
- miliseconds
 - Type: SystemInt32
 
Return Value
Type: 
T
See Also