C# Class Opc.Ua.Configuration.IApplicationMessageDlg

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
Message ( string text, System.Boolean ask = false ) : void
ShowAsync ( ) : Task

Method Details

Message() public abstract method

public abstract Message ( string text, System.Boolean ask = false ) : void
text string
ask System.Boolean
return void

ShowAsync() public abstract method

public abstract ShowAsync ( ) : Task
return Task