CqlSharp.Protocol.OptionsFrame.InitializeAsync C# (CSharp) Method

InitializeAsync() protected method

protected InitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        protected override Task InitializeAsync()
        {
            throw new NotSupportedException();
        }
    }