Microsoft.ManagementConsole.WritableSharedDataChangeRequestEventArgs.WritableSharedDataChangeRequestEventArgs C# (CSharp) Method

WritableSharedDataChangeRequestEventArgs() private method

private WritableSharedDataChangeRequestEventArgs ( byte newValue, IRequestStatus requestStatus, WritableSharedDataItem publishedDataItem ) : Microsoft.ManagementConsole.Internal
newValue byte
requestStatus IRequestStatus
publishedDataItem WritableSharedDataItem
return Microsoft.ManagementConsole.Internal
        internal WritableSharedDataChangeRequestEventArgs(byte[] newValue, IRequestStatus requestStatus, WritableSharedDataItem publishedDataItem)
        {
            this._newValue = newValue;
            this._requestStatus = requestStatus;
            this._publishedDataItem = publishedDataItem;
        }
WritableSharedDataChangeRequestEventArgs