Compartir a través de


PSCmdletAdapter.WriteObjectAsync Method

Definition

Overloads

WriteObjectAsync(Object)
WriteObjectAsync(Object, Boolean)

WriteObjectAsync(Object)

public void WriteObjectAsync (object output);
abstract member WriteObjectAsync : obj -> unit
override this.WriteObjectAsync : obj -> unit
Public Sub WriteObjectAsync (output As Object)

Parameters

output
Object

Implements

Applies to

WriteObjectAsync(Object, Boolean)

public void WriteObjectAsync (object output, bool enumerateCollection);
abstract member WriteObjectAsync : obj * bool -> unit
override this.WriteObjectAsync : obj * bool -> unit
Public Sub WriteObjectAsync (output As Object, enumerateCollection As Boolean)

Parameters

output
Object
enumerateCollection
Boolean

Implements

Applies to