IResourceBase.Get Method

[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)
Dim request As GetRequestType
Dim returnValue As GetResponseType

returnValue = instance.Get(request)

Syntax

'Declaration
<OperationContractAttribute(Name:="Get", Action:="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetRequest", ReplyAction:="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetResponse")> _
Function Get ( _
    request As GetRequestType _
) As GetResponseType
[OperationContractAttribute(Name="Get", Action="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetRequest", ReplyAction="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetResponse")] 
GetResponseType Get (
    GetRequestType request
)
[OperationContractAttribute(Name=L"Get", Action=L"https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetRequest", ReplyAction=L"https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetResponse")] 
GetResponseType Get (
    GetRequestType request
)
/** @attribute OperationContractAttribute(Name="Get", Action="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetRequest", ReplyAction="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetResponse") */ 
GetResponseType Get (
    GetRequestType request
)
OperationContractAttribute(Name="Get", Action="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetRequest", ReplyAction="https://schemas.xmlsoap.org/ws/2004/09/transfer/Resource/GetResponse") 
function Get (
    request : GetRequestType
) : GetResponseType

Parameters

  • request
     

Return Value

Returns {0}.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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 Generic Interface
IResourceBase Members
Microsoft.ServiceBus.ServiceRegistry Namespace