DelegatingStream.SetLength Method (Int64)
Namespace: Microsoft.ServiceBus.Channels
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public override void SetLength(
long value
)
public:
virtual void SetLength(
long long value
) override
override SetLength :
value:int64 -> unit
Public Overrides Sub SetLength (
value As Long
)
Parameters
- value
Type: System.Int64
See Also
DelegatingStream Class
Microsoft.ServiceBus.Channels Namespace
Return to top