NWTcpConnection.ReadMinimumLengthAsync(nuint, nuint) 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.
public virtual System.Threading.Tasks.Task<Foundation.NSData> ReadMinimumLengthAsync (nuint minimum, nuint maximum);
abstract member ReadMinimumLengthAsync : nuint * nuint -> System.Threading.Tasks.Task<Foundation.NSData>
override this.ReadMinimumLengthAsync : nuint * nuint -> System.Threading.Tasks.Task<Foundation.NSData>
Parameters
- minimum
- System.System.UIntPtr System.unativeint
- maximum
- System.System.UIntPtr System.unativeint
Returns
A task that represents the asynchronous ReadMinimumLength operation. The value of the TResult parameter is a System.nuint.