Gets an array of all channels to all PIXLs on the network.
'Declaration
Public Shared Function GetAllPIXLChannels() As Grpc.Core.Channel()
'Usage
Dim value() As Grpc.Core.Channel
value = PIXLClient.GetAllPIXLChannels()
public static Grpc.Core.Channel[] GetAllPIXLChannels()
public:
static Grpc.Core.array<Channel^>^ GetAllPIXLChannels();
Return Value
The channels to the PIXLs.
This sample shows how to call the
GetAllPIXLChannels method.
// Get an array of gRPC channels for the PIXL.
var channels = PIXLClient.GetAllPIXLChannels();
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2