Disposable.Create Method

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    dispose As Action _
) As IDisposable
public static IDisposable Create(
    Action dispose
)
public:
static IDisposable^ Create(
    Action^ dispose
)
static member Create : 
        dispose:Action -> IDisposable

Parameters

Return Value

Type: System.IDisposable

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Disposable Class

Microsoft.Phone.Reactive Namespace