using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Contexts
{
/// Indicates that the implementing property will be registered at runtime through the method.
// Token: 0x020004F2 RID: 1266
[Token(Token = "0x20004F2")]
[ComVisible(true)]
public interface IContributeDynamicSink
{
/// Returns the message sink that will be notified of call start and finish events through the interface.
/// A dynamic sink that exposes the interface.
// Token: 0x06002A59 RID: 10841
[Token(Token = "0x6002A59")]
[Address(Slot = "0")]
IDynamicMessageSink GetDynamicSink();
}
}