Share via


NWTcpConnection.ReadLengthAsync(UIntPtr) Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> ReadLengthAsync(UIntPtr length);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadLengthAsync : unativeint -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ReadLengthAsync : unativeint -> System.Threading.Tasks.Task<Foundation.NSData>

Parameters

length
UIntPtr

unativeint

Returns

A task that represents the asynchronous ReadLength operation. The value of the TResult parameter is a System.nuint.

Attributes

Applies to