StreamWriterDelegate Delegate

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

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

Usage

    Dim instance As New StreamWriterDelegate(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Sub StreamWriterDelegate ( _
    output As Stream _
)
public delegate void StreamWriterDelegate (
    Stream output
)
public delegate void StreamWriterDelegate (
    Stream^ output
)
/** @delegate */
public delegate void StreamWriterDelegate (
    Stream output
)

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.ServiceBus.Channels Namespace