Share via


ILyncClient.SignOut Method

Starts the uc Client sign out process.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

HRESULT SignOut
(
   IUnknown* LyncClientCallback,
   VARIANT state,
   IAsynchronousOperation** asyncOperation
);

Parameters

  • LyncClientCallback
    Type: Object
    A value of the IUnknown type. The default value is NULL.
  • state
    Type: Object
    A value of the VARIANT type. VARIANT can be set by local process to give asynchronous event handler a local context for event./

Return Value

A value of the IAsynchronousOperation** (IAsynchronousOperation, for a .NET application) type.

See Also

ILyncClient Interface

UCCollaborationLib Namespace