CommunicationObject.OnAbort 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.
Inserts processing on a communication object after it transitions to the closing state due to the invocation of a synchronous abort operation.
protected:
abstract void OnAbort();
protected abstract void OnAbort ();
abstract member OnAbort : unit -> unit
Protected MustOverride Sub OnAbort ()
Remarks
The Abort method calls OnAbort if the communication object is not already in a Closed state.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.