HoloToolkit.Sharing.Session.RemoveListener C# (CSharp) Méthode

RemoveListener() public méthode

public RemoveListener ( SessionListener oldListener ) : void
oldListener SessionListener
Résultat void
  public virtual void RemoveListener(SessionListener oldListener) {
    SharingClientPINVOKE.Session_RemoveListener(swigCPtr, SessionListener.getCPtr(oldListener));
  }