NWTcpConnection.ReadMinimumLengthAsync(UIntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<Foundation.NSData> ReadMinimumLengthAsync(UIntPtr minimum, UIntPtr maximum);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadMinimumLengthAsync : unativeint * unativeint -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ReadMinimumLengthAsync : unativeint * unativeint -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- minimum
-
UIntPtr
unativeint
- maximum
-
UIntPtr
unativeint
Returns
A task that represents the asynchronous ReadMinimumLength operation. The value of the TResult parameter is a System.nuint.
- Attributes