AllJoynUnity.AllJoyn.SessionListener._SessionLost C# (CSharp) Method

_SessionLost() private method

private _SessionLost ( IntPtr context, uint sessionId ) : void
context System.IntPtr
sessionId uint
return void
            private void _SessionLost(IntPtr context, uint sessionId)
            {
                SessionLost(sessionId);
            }

Same methods

AllJoyn.SessionListener::_SessionLost ( SessionListener context, uint sessionId ) : void