Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
protected override bool TryComputeLength(
out long length
)
protected:
virtual bool TryComputeLength(
[OutAttribute] long long% length
) override
override TryComputeLength :
length:int64 byref -> bool
Protected Overrides Function TryComputeLength (
<OutAttribute> ByRef length As Long
) As Boolean
Parameters
- length
Type: System.Int64
Return Value
Type: System.Boolean
See Also
ODataBatchContent Class
System.Web.Http.OData.Batch Namespace
Return to top