Microsoft.XLANGs.BaseTypes


IStreamFactory Interface
IStreamFactory Interface
Provides multiple access to sequential forward-only stream data.

Namespace: Microsoft.XLANGs.BaseTypes
Assembly: Microsoft.XLANGs.BaseTypes (in microsoft.xlangs.basetypes.dll)
Syntax

Visual Basic
Public Interface IStreamFactory
C#
public interface IStreamFactory
C++
public interface class IStreamFactory
J#
public interface IStreamFactory
JScript
public interface IStreamFactory
Remarks

This interface is typically used for working with large user-constructed messages. During message/part construction, you can hand in an object that implements the IStreamFactory interface to the XLANGPart::LoadFrom method. This IStreamFactory is then used to access the underlying data. 


Platforms

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2
See Also

Tags :


Page view tracker