Disconnects the user from the social provider.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void Disconnect(
	string provider,
	Guid userId
)
Visual Basic
Protected Overridable Sub Disconnect ( 
	provider As String,
	userId As Guid
)
Visual C++
protected:
virtual void Disconnect(
	String^ provider, 
	Guid userId
)
F#
abstract Disconnect : 
        provider : string * 
        userId : Guid -> unit 
override Disconnect : 
        provider : string * 
        userId : Guid -> unit 

Parameters

provider
Type: System..::..String
Provider to disconnect from.
userId
Type: System..::..Guid
Id of a user to disconnect.

See Also