  | IClientPartitionServiceGetPartitionOwner Method  | 
  
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxAddress GetPartitionOwner(
	int partitionId
)
Function GetPartitionOwner ( 
	partitionId As Integer
) As Address
Address^ GetPartitionOwner(
	int partitionId
)
abstract GetPartitionOwner : 
        partitionId : int -> Address 
Parameters
- partitionId
 - Type: SystemInt32
 
Return Value
Type: 
Address
See Also