Singer Instruments PIXL Client
Subscribe_DebugInformation Method (PIXLInformationProvider.PIXLInformationProviderBase)



Sila2.Com.Singerinstruments.Operations.Pixlinformationprovider.V1 Namespace > PIXLInformationProvider.PIXLInformationProviderBase Class : Subscribe_DebugInformation Method
Syntax
'Declaration
 
Public Overridable Function Subscribe_DebugInformation( _
   ByVal request As Subscribe_DebugInformation_Parameters, _
   ByVal responseStream As Grpc.Core.IServerStreamWriter(Of Subscribe_DebugInformation_Responses), _
   ByVal context As Grpc.Core.ServerCallContext _
) As Task
'Usage
 
Dim instance As PIXLInformationProvider.PIXLInformationProviderBase
Dim request As Subscribe_DebugInformation_Parameters
Dim responseStream As Grpc.Core.IServerStreamWriter(Of Subscribe_DebugInformation_Responses)
Dim context As Grpc.Core.ServerCallContext
Dim value As Task
 
value = instance.Subscribe_DebugInformation(request, responseStream, context)
public virtual Task Subscribe_DebugInformation( 
   Subscribe_DebugInformation_Parameters request,
   Grpc.Core.IServerStreamWriter<Subscribe_DebugInformation_Responses> responseStream,
   Grpc.Core.ServerCallContext context
)
public:
virtual Task^ Subscribe_DebugInformation( 
   Subscribe_DebugInformation_Parameters^ request,
   Grpc.Core.IServerStreamWriter<Subscribe_DebugInformation_Responses^>^ responseStream,
   Grpc.Core.ServerCallContext^ context
) 

Parameters

request
responseStream
context
Requirements

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

See Also

Reference

PIXLInformationProvider.PIXLInformationProviderBase Class
PIXLInformationProvider.PIXLInformationProviderBase Members