ODataBatchContent.TryComputeLength Method (Int64)
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.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
Return Value
Type: System.Boolean
See Also
ODataBatchContent Class
System.Web.OData.Batch Namespace
Return to top