SelectorProvider.OpenPipe Metodo

Definizione

Apre una pipe.

[Android.Runtime.Register("openPipe", "()Ljava/nio/channels/Pipe;", "GetOpenPipeHandler")]
public abstract Java.Nio.Channels.Pipe? OpenPipe();
[<Android.Runtime.Register("openPipe", "()Ljava/nio/channels/Pipe;", "GetOpenPipeHandler")>]
abstract member OpenPipe : unit -> Java.Nio.Channels.Pipe

Valori restituiti

Nuova pipe

Attributi

Eccezioni

se si verifica un errore di I/O.

Commenti

Apre una pipe.

per java.nio.channels.spi.SelectorProvider.openPipe().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a