C# Class Opc.Ua.Client.Controls.ApplicationMessageDlg

Inheritance: Opc.Ua.Configuration.IApplicationMessageDlg
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
Message ( string text, bool ask ) : void
ShowAsync ( ) : Task

Method Details

Message() public method

public Message ( string text, bool ask ) : void
text string
ask bool
return void

ShowAsync() public method

public ShowAsync ( ) : Task
return Task