System.Runtime.Remoting.RemotingServices.DisposeDelegateInvocation C# (CSharp) Méthode

DisposeDelegateInvocation() static private méthode

static private DisposeDelegateInvocation ( GCHandle delegateCallToken ) : void
delegateCallToken System.Runtime.InteropServices.GCHandle
Résultat void
        internal static void DisposeDelegateInvocation(GCHandle delegateCallToken)
        {
            delegateCallToken.Free();
        }
RemotingServices