C# Class XamarinSignalRExample.SignalRClient

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: schneidenbach/Xamarin-Forms-and-SignalR-Example Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

CreateAndStart() public static method

public static CreateAndStart ( string url ) : Task
url string
return Task

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

SendMessage() public method

public SendMessage ( string username, string text ) : void
username string
text string
return void

SignalRClient() public method

public SignalRClient ( string url ) : System
url string
return System

Start() public method

public Start ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task