Dart.Ssh Namespace > SshConnection Class : OnChallenge Method |
'Declaration Public Overridable Sub OnChallenge( _ ByVal e As ChallengeEventArgs _ )
'Usage Dim instance As SshConnection Dim e As ChallengeEventArgs instance.OnChallenge(e)
public virtual void OnChallenge( ChallengeEventArgs e )
public: virtual void OnChallenge( ChallengeEventArgs* e )
public: virtual void OnChallenge( ChallengeEventArgs^ e )
Note to Inheritors: When overriding OnChallenge in a derived class, be sure to call the base class OnChallenge method so that registered delegates receive the event.
See the ComponentBase.SynchronizingObject property for important information on updating UI controls from within derived classes.