Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per IDestination.Pong
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
IDestination
Metodo/funzione:
Pong
Esempi su hotexamples.com:
1
IDestination.Pong in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
IDestination.Pong
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
ToString(12)
Dispose(12)
Transfer(6)
Equals(5)
To(5)
GetType(5)
IsDownloaded(4)
SetIntProperty(3)
SetChar(3)
ExportCapture(3)
Update(3)
SendAsync(3)
ResolveName(3)
Delete(3)
CreateTransport(3)
WriteCharacter(2)
As(2)
Receive(2)
GetServiceHandler(2)
GetHashCode(2)
Save(1)
SetBooleanProperty(1)
SetDestination(1)
Add(1)
SetStringProperty(1)
ShouldBeInstanceOf(1)
ShouldNotBeAssignableTo(1)
ShouldNotBeInstanceOf(1)
ShouldNotBeOfType(1)
Where(1)
WriteAsync(1)
WriteChar(1)
Render(1)
Ping(1)
Received(1)
GetList(1)
Direction(1)
DoSomething(1)
DynamicDestinations(1)
ETA(1)
Exists(1)
GetDestListByClassId(1)
GetDestListByLayer(1)
GetDestListByParentId(1)
GetDestTitle(1)
GetMaxID(1)
ReadGroups(1)
GetModel(1)
GetName(1)
GetTextWriter(1)
Metodi utilizzati di frequente
ToString (12)
Dispose (12)
Transfer (6)
Equals (5)
To (5)
GetType (5)
IsDownloaded (4)
SetIntProperty (3)
SetChar (3)
ExportCapture (3)
Metodi utilizzati di frequente
Update (3)
SendAsync (3)
ResolveName (3)
Delete (3)
CreateTransport (3)
WriteCharacter (2)
As (2)
Receive (2)
GetServiceHandler (2)
GetHashCode (2)
Save (1)
SetBooleanProperty (1)
SetDestination (1)
Add (1)
SetStringProperty (1)
ShouldBeInstanceOf (1)
ShouldNotBeAssignableTo (1)
ShouldNotBeInstanceOf (1)
ShouldNotBeOfType (1)
Where (1)
Metodi utilizzati di frequente
Save (1)
SetBooleanProperty (1)
SetDestination (1)
Add (1)
SetStringProperty (1)
ShouldBeInstanceOf (1)
ShouldNotBeAssignableTo (1)
ShouldNotBeInstanceOf (1)
ShouldNotBeOfType (1)
Where (1)
WriteAsync (1)
WriteChar (1)
Render (1)
Ping (1)
Received (1)
GetList (1)
Direction (1)
DoSomething (1)
DynamicDestinations (1)
ETA (1)
Exists (1)
GetDestListByClassId (1)
GetDestListByLayer (1)
GetDestListByParentId (1)
GetDestTitle (1)
GetMaxID (1)
ReadGroups (1)
GetModel (1)
GetName (1)
GetTextWriter (1)
Metodi utilizzati di frequente
WriteAsync (1)
WriteChar (1)
Render (1)
Ping (1)
Received (1)
GetList (1)
Direction (1)
DoSomething (1)
DynamicDestinations (1)
ETA (1)
Exists (1)
GetDestListByClassId (1)
GetDestListByLayer (1)
GetDestListByParentId (1)
GetDestTitle (1)
GetMaxID (1)
ReadGroups (1)
GetModel (1)
GetName (1)
GetTextWriter (1)
GetWriter (1)
InTransformContext (1)
Insert (1)
Pong (1)
Process (1)
PutContent (1)
messagePublished (1)
Esempio n. 1
0
Mostra file
private async void PingImpl() { await destination.Pong(); await context; ++sent; Recv(); }
x