The interface which defines the channel methods between client application and resource service.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public interface IReportServiceResourcesChannel : IReportServiceResources, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, 
	IDisposable
Visual Basic (Declaration)
Public Interface IReportServiceResourcesChannel _
	Implements IReportServiceResources, IClientChannel, IContextChannel, IChannel,  _
	ICommunicationObject, IExtensibleObject(Of IContextChannel), IDisposable
Visual C++
public interface class IReportServiceResourcesChannel : IReportServiceResources, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel^>, 
	IDisposable

See Also