EventLog.WriteEventAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| WriteEventAsync(Int32, Single) | |
| WriteEventAsync(Int32, Object[]) | |
| WriteEventAsync(Int32, Int32) | |
| WriteEventAsync(Int32, Int64) | |
| WriteEventAsync(Int32, String) |
WriteEventAsync(Int32, Single)
public static System.Threading.Tasks.Task<int> WriteEventAsync(int tag, float value);
static member WriteEventAsync : int * single -> System.Threading.Tasks.Task<int>
Parámetros
- tag
- Int32
- value
- Single
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
WriteEventAsync(Int32, Object[])
public static System.Threading.Tasks.Task<int> WriteEventAsync(int tag, params Java.Lang.Object[]? list);
static member WriteEventAsync : int * Java.Lang.Object[] -> System.Threading.Tasks.Task<int>
Parámetros
- tag
- Int32
- list
- Object[]
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
WriteEventAsync(Int32, Int32)
public static System.Threading.Tasks.Task<int> WriteEventAsync(int tag, int value);
static member WriteEventAsync : int * int -> System.Threading.Tasks.Task<int>
Parámetros
- tag
- Int32
- value
- Int32
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
WriteEventAsync(Int32, Int64)
public static System.Threading.Tasks.Task<int> WriteEventAsync(int tag, long value);
static member WriteEventAsync : int * int64 -> System.Threading.Tasks.Task<int>
Parámetros
- tag
- Int32
- value
- Int64
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
WriteEventAsync(Int32, String)
public static System.Threading.Tasks.Task<int> WriteEventAsync(int tag, string? str);
static member WriteEventAsync : int * string -> System.Threading.Tasks.Task<int>
Parámetros
- tag
- Int32
- str
- String
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.