Share via


ICmdletAdapter.WriteObjectAsync Method

Definition

Overloads

WriteObjectAsync(Object)
WriteObjectAsync(Object, Boolean)

WriteObjectAsync(Object)

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

Parameters

output
Object

Applies to

WriteObjectAsync(Object, Boolean)

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

Parameters

output
Object
enumerateCollection
Boolean

Applies to