AsyncCommandRuntime.WriteObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| WriteObject(Object) | |
| WriteObject(Object, Boolean) |
WriteObject(Object)
public void WriteObject (object sendToPipeline);
abstract member WriteObject : obj -> unit
override this.WriteObject : obj -> unit
Public Sub WriteObject (sendToPipeline As Object)
Parameters
- sendToPipeline
- Object
Implements
Applies to
WriteObject(Object, Boolean)
public void WriteObject (object sendToPipeline, bool enumerateCollection);
abstract member WriteObject : obj * bool -> unit
override this.WriteObject : obj * bool -> unit
Public Sub WriteObject (sendToPipeline As Object, enumerateCollection As Boolean)
Parameters
- sendToPipeline
- Object
- enumerateCollection
- Boolean