AsyncMethodWpf.Service.Service C# (CSharp) Method

Service() public method

public Service ( ) : System
return System
        public Service()
        {
            _asyncReverseString = MethodTweaker.MakeAsync<string,string>
                (ReverseStringImpl,
                () => ReverseStringCompleted,
                this);
        }