HoloToolkit.Sharing.Session.RemoveListener C# (CSharp) Method

RemoveListener() public method

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