GigaSpaces XAP.NET Documentation
GetSourceChannelStatistics Method (channelName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.Space.MirrorIMirrorStatisticsGetSourceChannelStatistics(String)
Get the mirror statistics per specific space instance replication channel that replicates data to the mirror. Each space instance has it's own replication channel to the mirror.
Declaration Syntax
C#Visual BasicVisual C++J#
IMirrorOperations GetSourceChannelStatistics(
	string channelName
)
Function GetSourceChannelStatistics ( _
	channelName As String _
) As IMirrorOperations
IMirrorOperations^ GetSourceChannelStatistics(
	String^ channelName
)
IMirrorOperations GetSourceChannelStatistics(
	String channelName
)
Parameters
channelName (String)
The name of the source channel. Format : "space-containerName:spaceName"
Return Value
The mirror statistics of a specific channel.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)