AbstractSelectableChannel.ImplConfigureBlocking(Boolean) 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.
Adjusts this channel's blocking mode.
[Android.Runtime.Register("implConfigureBlocking", "(Z)V", "GetImplConfigureBlocking_ZHandler")]
protected abstract void ImplConfigureBlocking (bool block);
[<Android.Runtime.Register("implConfigureBlocking", "(Z)V", "GetImplConfigureBlocking_ZHandler")>]
abstract member ImplConfigureBlocking : bool -> unit
Parameters
- block
- Boolean
If true
then this channel will be placed in
blocking mode; if false
then it will be placed
non-blocking mode
- Attributes
Exceptions
if an I/O error occurs.
Remarks
Adjusts this channel's blocking mode.
This method is invoked by the #configureBlocking configureBlocking
method in order to perform the actual work of changing the blocking mode. This method is only invoked if the new mode is different from the current mode.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.