BitsAndPieces.Asynchrony.GetPersonCallBack C# (CSharp) Method

GetPersonCallBack() private method

private GetPersonCallBack ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
        internal void GetPersonCallBack(IAsyncResult asyncResult)
        {
            Person person = _getPersonAsync.EndInvoke(asyncResult);
        }