MobileServiceClient.Logout Method ()

 

Logs a user out of a Mobile Services application.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile (in Microsoft.WindowsAzure.Mobile.dll)

Syntax

public void Logout()
public:
virtual void Logout() sealed
abstract Logout : unit -> unit
override Logout : unit -> unit
Public Sub Logout

Implements

IMobileServiceClient.Logout()

See Also

MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top