C# Class XamarinSignalRExample.SignalRClient

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: schneidenbach/Xamarin-Forms-and-SignalR-Example Class Usage Examples

Méthodes publiques

Méthode Description
CreateAndStart ( string url ) : Task
SendMessage ( string username, string text ) : void
SignalRClient ( string url ) : System
Start ( ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

CreateAndStart() public static méthode

public static CreateAndStart ( string url ) : Task
url string
Résultat Task

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

SendMessage() public méthode

public SendMessage ( string username, string text ) : void
username string
text string
Résultat void

SignalRClient() public méthode

public SignalRClient ( string url ) : System
url string
Résultat System

Start() public méthode

public Start ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task