CauBaseCommand.SafeWriteObject Method (Object)

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

protected void SafeWriteObject(
    object sendToPipeline
)
protected:
void SafeWriteObject(
    Object^ sendToPipeline
)
member SafeWriteObject : 
        sendToPipeline:Object -> unit
Protected Sub SafeWriteObject (
    sendToPipeline As Object
)

Parameters

See Also

CauBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top