IResourceBase Generic Interface

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.ServiceBus.ServiceRegistry
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)

Usage

    Dim instance As IResourceBase(Of GetResponseType, GetRequestType, PutRequestType, DeleteRequestType)

Syntax

'Declaration
<ServiceContractAttribute(Name:="Resource", Namespace:="https://schemas.xmlsoap.org/ws/2004/09/transfer", ConfigurationName:="transfer.Resource.2004.09", SessionMode:=SessionMode.NotAllowed)> _
Public Interface IResourceBase(Of GetResponseType, GetRequestType, PutRequestType, DeleteRequestType)
[ServiceContractAttribute(Name="Resource", Namespace="https://schemas.xmlsoap.org/ws/2004/09/transfer", ConfigurationName="transfer.Resource.2004.09", SessionMode=SessionMode.NotAllowed)] 
public interface IResourceBase<GetResponseType,GetRequestType,PutRequestType,DeleteRequestType>
[ServiceContractAttribute(Name=L"Resource", Namespace=L"https://schemas.xmlsoap.org/ws/2004/09/transfer", ConfigurationName=L"transfer.Resource.2004.09", SessionMode=SessionMode::NotAllowed)] 
generic<typename GetResponseType, typename GetRequestType, typename PutRequestType, typename DeleteRequestType>
public interface class IResourceBase

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

IResourceBase Members
Microsoft.ServiceBus.ServiceRegistry Namespace