PeerContact.OnSubscribeCompleted(SubscribeCompletedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the SubscribeCompleted event.
protected:
void OnSubscribeCompleted(System::Net::PeerToPeer::Collaboration::SubscribeCompletedEventArgs ^ e);
protected void OnSubscribeCompleted (System.Net.PeerToPeer.Collaboration.SubscribeCompletedEventArgs e);
member this.OnSubscribeCompleted : System.Net.PeerToPeer.Collaboration.SubscribeCompletedEventArgs -> unit
Protected Sub OnSubscribeCompleted (e As SubscribeCompletedEventArgs)
Parameters
The SubscribeCompletedEventArgs or SubscriptionListChangedEventArgs object associated with the SubscribeCompleted event.
Remarks
Classes that inherit from this class can override this method to perform additional tasks when the SubscribeCompleted event occurs.
Notes to Inheritors
A derived class must call the base class implementation of this method so that registered delegates receive the event.