Example #1
0
            /// <inheritdoc />
            public void OnReceiveAssociationReleaseResponse()
            {
                SetCompletionFlag();

                //  tell awaiters association was released successfully.
                SetAssociationReleasedFlag(true);
                _client.AssociationReleased(_client, EventArgs.Empty);
            }
Example #2
0
            /// <inheritdoc />
            public void OnReceiveAssociationReleaseResponse()
            {
                SetCompletionFlag();

                _client.AssociationReleased(_client, EventArgs.Empty);
            }