C# Class TfsCommunity.Collaboration.Skype.DummyProvider

Inheritance: ICollaborationUIProvider
Afficher le fichier Open project: TfsCollab/SkypeProvider

Méthodes publiques

Méthode Description
Clear ( ) : void
ConnectAsync ( ) : void
ContactPanel ( ContactData contact ) : object
Disconnect ( ) : void
Dispose ( ) : void
GetArbitraryContactID ( ) : string
InitializeAsync ( ) : void
LocateContactAsync ( ContactData contact ) : void
RefreshAsync ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ConnectAsync() public méthode

public ConnectAsync ( ) : void
Résultat void

ContactPanel() public méthode

public ContactPanel ( ContactData contact ) : object
contact ContactData
Résultat object

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetArbitraryContactID() public méthode

public GetArbitraryContactID ( ) : string
Résultat string

InitializeAsync() public méthode

public InitializeAsync ( ) : void
Résultat void

LocateContactAsync() public méthode

public LocateContactAsync ( ContactData contact ) : void
contact ContactData
Résultat void

RefreshAsync() public méthode

public RefreshAsync ( ) : void
Résultat void