C# Class Microsoft.R.Host.Client.BrokerStateChangedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
BrokerStateChangedEventArgs ( bool isConnected ) : System

Method Details

BrokerStateChangedEventArgs() public method

public BrokerStateChangedEventArgs ( bool isConnected ) : System
isConnected bool
return System