개정판 a0bab669
상단 이미지 변경 추가
Test_/Program.cs | ||
---|---|---|
64 | 64 |
}); |
65 | 65 |
|
66 | 66 |
// 공지 메세지 ( 서버에서 클라이언트 호출 ) |
67 |
MarkusLicenseProxy.On<string>("MarkusNotification", msg => |
|
68 |
Console.WriteLine("Noficiation Message : " + msg) |
|
69 |
); |
|
67 |
//MarkusLicenseProxy.On<string>("MarkusNotification", msg =>
|
|
68 |
//Console.WriteLine("Noficiation Message : " + msg)
|
|
69 |
//);
|
|
70 | 70 |
|
71 | 71 |
|
72 | 72 |
// 서버 메서드 호출 |
73 | 73 |
//MarkusLicenseProxy.Invoke<string>("DoSomething", "I'm doing something!!!").Wait(); |
74 | 74 |
|
75 |
Console.ReadKey(); |
|
75 |
//Console.ReadKey();
|
|
76 | 76 |
|
77 | 77 |
hubConnection.Stop(); |
78 | 78 |
|
내보내기 Unified diff