IClientDataAccess.ReadFromResourceStream Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Reads data from the stream.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IClientDataAccess
Dim id As Guid
Dim count As Integer
Dim returnValue As Byte()
returnValue = instance.ReadFromResourceStream(id, count)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay:=False)> _
Function ReadFromResourceStream ( _
id As Guid, _
count As Integer _
) As Byte()
[OperationContractAttribute(IsOneWay=false)]
byte[] ReadFromResourceStream (
Guid id,
int count
)
[OperationContractAttribute(IsOneWay=false)]
array<unsigned char>^ ReadFromResourceStream (
Guid id,
int count
)
/** @attribute OperationContractAttribute(IsOneWay=false) */
byte[] ReadFromResourceStream (
Guid id,
int count
)
OperationContractAttribute(IsOneWay=false)
function ReadFromResourceStream (
id : Guid,
count : int
) : byte[]
Parameters
- id
The stream identifier.
- count
The count of bytes to return from the stream.
Return Value
Returns an array of Byte with the contents of the stream.
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 Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IClientDataAccess Interface
IClientDataAccess Members
Microsoft.EnterpriseManagement.Common Namespace