C# Class Microsoft.AspNet.SignalR.Client.WP8.Samples.TextBlockWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
TextBlockWriter ( SynchronizationContext context, StackPanel stackPanel ) : System
WriteLine ( string value ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void

Private Methods

Méthode Description
CreateNew ( ) : System.Windows.Controls.TextBlock

Method Details

TextBlockWriter() public méthode

public TextBlockWriter ( SynchronizationContext context, StackPanel stackPanel ) : System
context System.Threading.SynchronizationContext
stackPanel System.Windows.Controls.StackPanel
Résultat System

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void