| BaseJobRunnerJetClient Property |
Gets the jet client.
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax protected JetClient JetClient { get; }
Protected ReadOnly Property JetClient As JetClient
Get
protected:
property JetClient^ JetClient {
JetClient^ get ();
}
member JetClient : JetClient with get
Property Value
Type:
JetClient
The jet client.
See Also