CimOperationOptions.EnableMethodResultStreaming Property
Gets or sets the flag that enables the streaming of method results.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool EnableMethodResultStreaming { get; set; }
public:
property bool EnableMethodResultStreaming {
bool get();
void set(bool value);
}
member EnableMethodResultStreaming : bool with get, set
Public Property EnableMethodResultStreaming As Boolean
Property Value
Type: System.Boolean
True to enable the streaming of method results; otherwise False.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top