Freigeben über


Disposable.Create-Methode

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 

Parameter

Rückgabewert

Typ: System.IDisposable

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Disposable Klasse

Microsoft.Phone.Reactive-Namespace