CK.Monitoring.Impl.LEMCOpenGroup.CreateUnicastLogEntry C# (CSharp) Method

CreateUnicastLogEntry() public method

public CreateUnicastLogEntry ( ) : ILogEntry
return ILogEntry
        public ILogEntry CreateUnicastLogEntry()
        {
            return new LEOpenGroup( this );
        }