ODataMessageQuotas Constructors
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
ODataMessageQuotas() |
Initializes a new instance of the ODataMessageQuotas class. |
ODataMessageQuotas(ODataMessageQuotas) |
Initializes a new instance of the ODataMessageQuotas class. |
ODataMessageQuotas()
Initializes a new instance of the ODataMessageQuotas class.
public ODataMessageQuotas ();
Public Sub New ()
Applies to
ODataMessageQuotas(ODataMessageQuotas)
Initializes a new instance of the ODataMessageQuotas class.
public ODataMessageQuotas (Microsoft.OData.ODataMessageQuotas other);
new Microsoft.OData.ODataMessageQuotas : Microsoft.OData.ODataMessageQuotas -> Microsoft.OData.ODataMessageQuotas
Public Sub New (other As ODataMessageQuotas)
Parameters
- other
- ODataMessageQuotas
The instance to copy.