Share via


ODataBatchContent.TryComputeLength Method (Int64)

 

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

Return Value

Type: System.Boolean

See Also

ODataBatchContent Class
System.Web.Http.OData.Batch Namespace

Return to top