ResourceResponse.Implicit Method
Returns the resource in the response implicitly.
Namespace: Microsoft.Azure.Documents.Client
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Usage
'Usage
Dim input As ResourceResponse(Of T)
Dim output As T
output = CType(input, T)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
source As ResourceResponse(Of T) _
) As T
public static implicit operator T (
ResourceResponse<T> source
)
public:
static implicit operator T (
ResourceResponse<T>^ source
)
Parameters
- source
The resource response source.
Return Value
The resource object.
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 Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ResourceResponse Class
ResourceResponse Members
Microsoft.Azure.Documents.Client Namespace